update ServerStatus enum

This commit is contained in:
Dawid Wysokiński 2021-03-24 05:15:47 +01:00
parent 709b5e487f
commit f3af613d2b
2 changed files with 4 additions and 0 deletions

View File

@ -3815,7 +3815,9 @@ extend type Query {
`, BuiltIn: false},
{Name: "schema/server.graphql", Input: `enum ServerStatus {
OPEN
open
CLOSED
closed
}
type Server {

View File

@ -1,6 +1,8 @@
enum ServerStatus {
OPEN
open
CLOSED
closed
}
type Server {