| 类 | 说明 |
|---|---|
| ExtendedDefinition<T extends graphql.language.NamedNode<T>,E extends T> |
Base class for all GraphQL definition types that contains base definition and its extensions
|
| ExtendedDocument |
GraphQL document that holds all extended definitions
|
| ExtendedEnumTypeDefinition | |
| ExtendedFieldDefinition |
Used to identify whether the field definition comes from the extension or base definition
|
| ExtendedImplementingTypeDefinition<T extends graphql.language.ImplementingTypeDefinition<T>,E extends T> |
Base class for all GraphQL definition types that might implement interfaces
|
| ExtendedInputObjectTypeDefinition | |
| ExtendedInterfaceTypeDefinition | |
| ExtendedObjectTypeDefinition | |
| ExtendedScalarTypeDefinition | |
| ExtendedUnionTypeDefinition |