diff options
Diffstat (limited to 'api/graphql/schema/status.graphql')
-rw-r--r-- | api/graphql/schema/status.graphql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/graphql/schema/status.graphql b/api/graphql/schema/status.graphql new file mode 100644 index 00000000..2b07f1ec --- /dev/null +++ b/api/graphql/schema/status.graphql @@ -0,0 +1,4 @@ +enum Status { + OPEN + CLOSED +} |