Export

GraphQLConfig

Hierarchy

  • GraphQLConfig

Properties

disable_schema_introspection?: any

If true, the GraphQL API blocks introspection queries from clients.

Memberof

GraphQLConfig

use_natural_pluralization?: any

If true, generated schema type names use common English pluralization whenever possible. If false, or if a natural pluralization cannot be determined, then plural types use the singular type name with an \"s\" appended to the end. You cannot change this value after you create your App. This value is true for all new Apps.

Memberof

GraphQLConfig

Generated using TypeDoc