Interface GraphQLClientConfig

GraphQL client configuration

Hierarchy

  • GraphQLClientConfig

Properties

extractData?: boolean

Whether to automatically extract data from the response

Default

true
handleGraphQLErrors?: boolean

Whether to handle GraphQL errors

Default

true
includeOperationName?: boolean

Whether to include operation name in the request

Default

true
includeQueryName?: boolean

Whether to include query name in the request

Default

true

Generated using TypeDoc