aboutsummaryrefslogtreecommitdiff
path: root/Docs/API/paste.json
blob: 5afd70ebe00bf0b0b525ae67172233b144e2692e (plain) (blame)
1
{"data":{"__schema":{"types":[{"name":"AccessKind","kind":"ENUM","description":null,"fields":[]},{"name":"AccessScope","kind":"ENUM","description":null,"fields":[]},{"name":"Boolean","kind":"SCALAR","description":"The `Boolean` scalar type represents `true` or `false`.","fields":[]},{"name":"Cursor","kind":"SCALAR","description":null,"fields":[]},{"name":"Entity","kind":"INTERFACE","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"created","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}},{"name":"canonicalName","description":"The canonical name of this entity. For users, this is their username\nprefixed with '~'. Additional entity types will be supported in the future.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"pastes","description":null,"args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"PasteCursor","kind":"OBJECT","ofType":null}}}]},{"name":"File","kind":"OBJECT","description":null,"fields":[{"name":"filename","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"hash","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"contents","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"URL","kind":"SCALAR","ofType":null}}}]},{"name":"Float","kind":"SCALAR","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).","fields":[]},{"name":"ID","kind":"SCALAR","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.","fields":[]},{"name":"Int","kind":"SCALAR","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":[]},{"name":"Mutation","kind":"OBJECT","description":null,"fields":[{"name":"create","description":"Creates a new paste from a list of files. The files uploaded must have a\ncontent type of text/* and must be decodable as UTF-8.\n\nNote that the web UI will replace CRLF with LF in uploads; the GraphQL API\ndoes not.","args":[{"name":"files","type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST"}},"defaultValue":null},{"name":"visibility","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Visibility","kind":"ENUM"}},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Paste","kind":"OBJECT","ofType":null}}},{"name":"update","description":"Updates the visibility of a paste.","args":[{"name":"id","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR"}},"defaultValue":null},{"name":"visibility","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Visibility","kind":"ENUM"}},"defaultValue":null}],"type":{"name":"Paste","kind":"OBJECT","ofType":null}},{"name":"delete","description":"Deletes a paste by its ID.","args":[{"name":"id","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR"}},"defaultValue":null}],"type":{"name":"Paste","kind":"OBJECT","ofType":null}},{"name":"createUserWebhook","description":"Creates a new user webhook subscription. When an event from the\nprovided list of events occurs, the 'query' parameter (a GraphQL query)\nwill be evaluated and the results will be sent to the provided URL as the\nbody of an HTTP POST request. The list of events must include at least one\nevent, and no duplicates.\n\nThis query is evaluated in the webhook context, such that query { webhook }\nmay be used to access details of the event which trigged the webhook. The\nquery may not make any mutations.","args":[{"name":"config","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"UserWebhookInput","kind":"INPUT_OBJECT"}},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookSubscription","kind":"INTERFACE","ofType":null}}},{"name":"deleteUserWebhook","description":"Deletes a user webhook. Any events already queued may still be\ndelivered after this request completes. Clients authenticated with a\npersonal access token may delete any webhook registered for their account,\nbut authorized OAuth 2.0 clients may only delete their own webhooks.\nManually deleting a webhook configured by a third-party client may cause\nunexpected behavior with the third-party integration.","args":[{"name":"id","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR"}},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookSubscription","kind":"INTERFACE","ofType":null}}},{"name":"deleteUser","description":"Deletes the authenticated user's account. Internal use only.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}}]},{"name":"OAuthClient","kind":"OBJECT","description":null,"fields":[{"name":"uuid","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}}]},{"name":"Paste","kind":"OBJECT","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"created","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}},{"name":"visibility","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Visibility","kind":"ENUM","ofType":null}}},{"name":"files","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"user","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Entity","kind":"INTERFACE","ofType":null}}}]},{"name":"PasteCursor","kind":"OBJECT","description":"A cursor for enumerating pastes\n\nIf there are additional results available, the cursor object may be passed\nback into the same endpoint to retrieve another page. If the cursor is null,\nthere are no remaining results to return.","fields":[{"name":"results","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"cursor","description":null,"args":[],"type":{"name":"Cursor","kind":"SCALAR","ofType":null}}]},{"name":"PasteEvent","kind":"OBJECT","description":null,"fields":[{"name":"uuid","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"event","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookEvent","kind":"ENUM","ofType":null}}},{"name":"date","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}},{"name":"paste","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Paste","kind":"OBJECT","ofType":null}}}]},{"name":"Query","kind":"OBJECT","description":null,"fields":[{"name":"version","description":"Returns API version information.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Version","kind":"OBJECT","ofType":null}}},{"name":"me","description":"Returns the authenticated user.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"User","kind":"OBJECT","ofType":null}}},{"name":"user","description":"Returns a specific user.","args":[{"name":"username","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR"}},"defaultValue":null}],"type":{"name":"User","kind":"OBJECT","ofType":null}},{"name":"pastes","description":"Returns a list of pastes created by the authenticated user.","args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":"PasteCursor","kind":"OBJECT","ofType":null}},{"name":"paste","description":"Returns a paste by its ID.","args":[{"name":"id","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR"}},"defaultValue":null}],"type":{"name":"Paste","kind":"OBJECT","ofType":null}},{"name":"userWebhooks","description":"Returns a list of user webhook subscriptions. For clients\nauthenticated with a personal access token, this returns all webhooks\nconfigured by all GraphQL clients for your account. For clients\nauthenticated with an OAuth 2.0 access token, this returns only webhooks\nregistered for your client.","args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookSubscriptionCursor","kind":"OBJECT","ofType":null}}},{"name":"userWebhook","description":"Returns details of a user webhook subscription by its ID.","args":[{"name":"id","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR"}},"defaultValue":null}],"type":{"name":"WebhookSubscription","kind":"INTERFACE","ofType":null}},{"name":"webhook","description":"Returns information about the webhook currently being processed. This is\nnot valid during normal queries over HTTP, and will return an error if used\noutside of a webhook context.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookPayload","kind":"INTERFACE","ofType":null}}}]},{"name":"String","kind":"SCALAR","description":"The `String`scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":[]},{"name":"Time","kind":"SCALAR","description":null,"fields":[]},{"name":"URL","kind":"SCALAR","description":"URL from which some secondary data may be retrieved. You must provide the\nsame Authentication header to this address as you did to the GraphQL resolver\nwhich provided it. The URL is not guaranteed to be consistent for an extended\nlength of time; applications should submit a new GraphQL query each time they\nwish to access the data at the provided URL.","fields":[]},{"name":"Upload","kind":"SCALAR","description":null,"fields":[]},{"name":"User","kind":"OBJECT","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"created","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}},{"name":"canonicalName","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"pastes","description":null,"args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"PasteCursor","kind":"OBJECT","ofType":null}}},{"name":"username","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}}]},{"name":"UserWebhookInput","kind":"INPUT_OBJECT","description":null,"fields":[]},{"name":"UserWebhookSubscription","kind":"OBJECT","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"events","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"query","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"url","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"client","description":null,"args":[],"type":{"name":"OAuthClient","kind":"OBJECT","ofType":null}},{"name":"deliveries","description":null,"args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookDeliveryCursor","kind":"OBJECT","ofType":null}}},{"name":"sample","description":null,"args":[{"name":"event","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookEvent","kind":"ENUM"}},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}}]},{"name":"Version","kind":"OBJECT","description":null,"fields":[{"name":"major","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"minor","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"patch","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"buildVersion","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"buildDate","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"deprecationDate","description":"If this API version is scheduled for deprecation, this is the date on which\nit will stop working; or null if this API version is not scheduled for\ndeprecation.","args":[],"type":{"name":"Time","kind":"SCALAR","ofType":null}}]},{"name":"Visibility","kind":"ENUM","description":null,"fields":[]},{"name":"WebhookDelivery","kind":"OBJECT","description":null,"fields":[{"name":"uuid","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"date","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}},{"name":"event","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookEvent","kind":"ENUM","ofType":null}}},{"name":"subscription","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookSubscription","kind":"INTERFACE","ofType":null}}},{"name":"requestBody","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"responseBody","description":"These details are provided only after a response is received from the\nremote server. If a response is sent whose Content-Type is not text/*, or\ncannot be decoded as UTF-8, the response body will be null. It will be\ntruncated after 64 KiB.","args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"responseHeaders","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"responseStatus","description":null,"args":[],"type":{"name":"Int","kind":"SCALAR","ofType":null}}]},{"name":"WebhookDeliveryCursor","kind":"OBJECT","description":"A cursor for enumerating a list of webhook deliveries\n\nIf there are additional results available, the cursor object may be passed\nback into the same endpoint to retrieve another page. If the cursor is null,\nthere are no remaining results to return.","fields":[{"name":"results","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"cursor","description":null,"args":[],"type":{"name":"Cursor","kind":"SCALAR","ofType":null}}]},{"name":"WebhookEvent","kind":"ENUM","description":null,"fields":[]},{"name":"WebhookPayload","kind":"INTERFACE","description":null,"fields":[{"name":"uuid","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"event","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookEvent","kind":"ENUM","ofType":null}}},{"name":"date","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Time","kind":"SCALAR","ofType":null}}}]},{"name":"WebhookSubscription","kind":"INTERFACE","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Int","kind":"SCALAR","ofType":null}}},{"name":"events","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"query","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"url","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"client","description":"If this webhook was registered by an authorized OAuth 2.0 client, this\nfield is non-null.","args":[],"type":{"name":"OAuthClient","kind":"OBJECT","ofType":null}},{"name":"deliveries","description":"All deliveries which have been sent to this webhook.","args":[{"name":"cursor","type":{"name":"Cursor","kind":"SCALAR","ofType":null},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookDeliveryCursor","kind":"OBJECT","ofType":null}}},{"name":"sample","description":"Returns a sample payload for this subscription, for testing purposes","args":[{"name":"event","type":{"name":null,"kind":"NON_NULL","ofType":{"name":"WebhookEvent","kind":"ENUM"}},"defaultValue":null}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}}]},{"name":"WebhookSubscriptionCursor","kind":"OBJECT","description":"A cursor for enumerating a list of webhook subscriptions\n\nIf there are additional results available, the cursor object may be passed\nback into the same endpoint to retrieve another page. If the cursor is null,\nthere are no remaining results to return.","fields":[{"name":"results","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"cursor","description":null,"args":[],"type":{"name":"Cursor","kind":"SCALAR","ofType":null}}]},{"name":"__Directive","kind":"OBJECT","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"isRepeatable","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Boolean","kind":"SCALAR","ofType":null}}},{"name":"locations","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"args","description":null,"args":[{"name":"includeDeprecated","type":{"name":"Boolean","kind":"SCALAR","ofType":null},"defaultValue":"false"}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}}]},{"name":"__DirectiveLocation","kind":"ENUM","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":[]},{"name":"__EnumValue","kind":"OBJECT","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"isDeprecated","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Boolean","kind":"SCALAR","ofType":null}}},{"name":"deprecationReason","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}}]},{"name":"__Field","kind":"OBJECT","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"args","description":null,"args":[{"name":"includeDeprecated","type":{"name":"Boolean","kind":"SCALAR","ofType":null},"defaultValue":"false"}],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"type","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Type","kind":"OBJECT","ofType":null}}},{"name":"isDeprecated","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Boolean","kind":"SCALAR","ofType":null}}},{"name":"deprecationReason","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}}]},{"name":"__InputValue","kind":"OBJECT","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"String","kind":"SCALAR","ofType":null}}},{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"type","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Type","kind":"OBJECT","ofType":null}}},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"isDeprecated","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"Boolean","kind":"SCALAR","ofType":null}}},{"name":"deprecationReason","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}}]},{"name":"__Schema","kind":"OBJECT","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Type","kind":"OBJECT","ofType":null}}},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"name":"__Type","kind":"OBJECT","ofType":null}},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"name":"__Type","kind":"OBJECT","ofType":null}},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL"}}}}]},{"name":"__Type","kind":"OBJECT","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"name":null,"kind":"NON_NULL","ofType":{"name":"__TypeKind","kind":"ENUM","ofType":null}}},{"name":"name","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"description","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"specifiedByURL","description":null,"args":[],"type":{"name":"String","kind":"SCALAR","ofType":null}},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","type":{"name":"Boolean","kind":"SCALAR","ofType":null},"defaultValue":"false"}],"type":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Field","kind":"OBJECT"}}}},{"name":"interfaces","description":null,"args":[],"type":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Type","kind":"OBJECT"}}}},{"name":"possibleTypes","description":null,"args":[],"type":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL","ofType":{"name":"__Type","kind":"OBJECT"}}}},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","type":{"name":"Boolean","kind":"SCALAR","ofType":null},"defaultValue":"false"}],"type":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL","ofType":{"name":"__EnumValue","kind":"OBJECT"}}}},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","type":{"name":"Boolean","kind":"SCALAR","ofType":null},"defaultValue":"false"}],"type":{"name":null,"kind":"LIST","ofType":{"name":null,"kind":"NON_NULL","ofType":{"name":"__InputValue","kind":"OBJECT"}}}},{"name":"ofType","description":null,"args":[],"type":{"name":"__Type","kind":"OBJECT","ofType":null}},{"name":"isOneOf","description":null,"args":[],"type":{"name":"Boolean","kind":"SCALAR","ofType":null}}]},{"name":"__TypeKind","kind":"ENUM","description":"An enum describing what kind of type a given `__Type` is.","fields":[]}]}}}