Object

ParsedGraphQLDefinition

The parsed GraphQL API definition including supported authentication schemes and operations. These definitions can be used when creating a new site or updating an existing one.

Fields

authentication_schemes(): [ApiAuthenticationWithoutCredentials!]!
A list of the API authentication schemes (for example: Basic, Bearer Token, API Key).
endpoints(): [GraphQLOperation!]!
A list of the GraphQL operations.