v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
graphql

Update GraphQL API Configuration

Update your app's GraphQL API configuration.

put/groups/{groupId}/apps/{appId}/graphql/config

Request body

use_natural_pluralizationboolean

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.

disable_schema_introspectionboolean

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

Response

Updated