add enumValue directive to GraphQL schema
This commit is contained in:
@@ -3,4 +3,5 @@ export const baseGraphqlSchema = `
|
||||
scalar Date
|
||||
scalar Time
|
||||
scalar JSON
|
||||
directive @enumValue(value: String) on ENUM_VALUE
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user