-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphql_schema.json
1 lines (1 loc) · 1.73 KB
/
graphql_schema.json
1
{"_queryType":"Query","_mutationType":"Mutation","_subscriptionType":null,"_directives":[{"name":"cacheControl","description":"","locations":["FIELD_DEFINITION","OBJECT","INTERFACE"],"args":[{"name":"maxAge","description":"","type":"Int"},{"name":"scope","description":"","type":"CacheControlScope"}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":"Boolean!"}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":"Boolean!"}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ENUM_VALUE"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).","type":"String","defaultValue":"No longer supported"}]}],"astNode":null,"_typeMap":{"Query":"Query","Datetime":"Datetime","ChatStateUpdate":"ChatStateUpdate","Person":"Person","Int":"Int","String":"String","Message":"Message","Mutation":"Mutation","Boolean":"Boolean","__Schema":"__Schema","__Type":"__Type","__TypeKind":"__TypeKind","__Field":"__Field","__InputValue":"__InputValue","__EnumValue":"__EnumValue","__Directive":"__Directive","__DirectiveLocation":"__DirectiveLocation","CacheControlScope":"CacheControlScope","Upload":"Upload"},"_implementations":{}}