Uses of Interface
org.springframework.graphql.execution.TypeDefinitionConfigurer
Packages that use TypeDefinitionConfigurer
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL.-
Uses of TypeDefinitionConfigurer in org.springframework.graphql.execution
Classes in org.springframework.graphql.execution that implement TypeDefinitionConfigurerModifier and TypeClassDescriptionclassTypeDefinitionConfigurerthat generates "Connection" types by looking for fields whose type definition name ends in "Connection", considered by the GraphQL Cursor Connections Specification to be a Connection Type, and adding the required type definitions if they don't already exist.Methods in org.springframework.graphql.execution with parameters of type TypeDefinitionConfigurerModifier and TypeMethodDescriptionGraphQlSource.SchemaResourceBuilder.configureTypeDefinitions(TypeDefinitionConfigurer configurer) Customize theTypeDefinitionRegistrycreated from parsed schema files, adding or changing schema type definitions before theGraphQLSchemais created and validated.