status.graphql

1enum Status {
2    OPEN
3    CLOSED
4}