ENUM
JobRemoteStatus
link GraphQL Schema definition
1 enum JobRemoteStatus { 2 3 # A job should be done on site only 4 5 6 # A job could be done remotely 7 8 }
ENUM
1 enum JobRemoteStatus { 2 3 # A job should be done on site only 4 5 6 # A job could be done remotely 7 8 }