ENUM

JobRemoteStatus

link GraphQL Schema definition

1enum JobRemoteStatus {
2
3# A job should be done on site only
4ONSITE
5
6# A job could be done remotely
7REMOTE
8}