#
Interface: Schema#
HierarchyRecord<string, Record<string, Type>>
↳ Schema
#
Properties#
[SchemaUnionsKey]• Optional
[SchemaUnionsKey]: Record<string, readonly string[]>
Defined in: packages/gqless/src/Schema/types.ts:13
#
mutation• mutation: Record<string, Type>
Defined in: packages/gqless/src/Schema/types.ts:11
#
query• query: Record<string, Type>
Defined in: packages/gqless/src/Schema/types.ts:10
#
subscription• subscription: Record<string, Type>
Defined in: packages/gqless/src/Schema/types.ts:12