GraphQLSchemaConfig
optional
assumeValid:boolean
When building a schema from a GraphQL service's introspection result, it might be safe to assume the schema is valid. Set to true to assume the produced schema is valid.
Default: false
GraphQLSchemaConfig.assumeValid
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:146
optional
astNode:Maybe
<SchemaDefinitionNode
>
GraphQLSchemaConfig.astNode
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:156
optional
description:Maybe
<string
>
GraphQLSchemaConfig.description
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:149
optional
directives:Maybe
<readonlyGraphQLDirective
[]>
GraphQLSchemaConfig.directives
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:154
optional
extensionASTNodes:Maybe
<readonlySchemaExtensionNode
[]>
GraphQLSchemaConfig.extensionASTNodes
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:157
optional
extensions:Maybe
<Readonly
<GraphQLSchemaExtensions
>>
GraphQLSchemaConfig.extensions
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:155
optional
getInputObjectName: (name
) =>string
• name: string
string
packages/core/src/schema/types.ts:18
optional
mutation:Maybe
<GraphQLObjectType
<any
,any
>>
GraphQLSchemaConfig.mutation
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:151
optional
query:Maybe
<GraphQLObjectType
<any
,any
>>
GraphQLSchemaConfig.query
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:150
optional
subscription:Maybe
<GraphQLObjectType
<any
,any
>>
GraphQLSchemaConfig.subscription
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:152
optional
types:Maybe
<readonlyGraphQLNamedType
[]>
GraphQLSchemaConfig.types
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/schema.d.ts:153
optional
weaverContext:WeaverContext
packages/core/src/schema/types.ts:19