- CachingGraphQLResponseHandler - Class in org.grails.gorm.graphql.response
Generic class to cache the creation of GraphQLObjectType instances
by providing a reference if the object was already created when requested.
- call(GraphQLFetcherInterceptor, DataFetchingEnvironment, GraphQLDataFetcherType) - Method in MutationInterceptorInvoker
-
- call(GraphQLFetcherInterceptor, DataFetchingEnvironment, GraphQLDataFetcherType) - Method in ProvidedInterceptorInvoker
-
- call(GraphQLFetcherInterceptor, DataFetchingEnvironment, GraphQLDataFetcherType) - Method in QueryInterceptorInvoker
-
- CharacterArrayCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Conversion class for string arrays
- ClosureDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class to retrieve data from the environment source
with a closure.
- ClosureDataFetcher(Closure, Class) - Constructor in ClosureDataFetcher
-
- ClosureDataFetchingEnvironment - Class in org.grails.gorm.graphql.fetcher.impl
Provides the data fetching environment for closures.
- ClosureDataFetchingEnvironment(DataFetchingEnvironment, Class) - Constructor in ClosureDataFetchingEnvironment
-
- codeRegistry - Field in AbstractObjectTypeBuilder
-
- codeRegistry - Field in DefaultGraphQLErrorsResponseHandler
-
- collection(boolean) - Method in ComplexTyped
-
- compareTo(OrderedGraphQLProperty) - Method in OrderedGraphQLProperty
-
- ComplexArgument - Class in org.grails.gorm.graphql.entity.operations.arguments
Used to create arguments to custom operations that are a custom (complex) type
- ComplexField - Class in org.grails.gorm.graphql.entity.fields
A class used to represent a field that has a custom (complex) type
- ComplexGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
Used to represent a custom property that has a custom (complex) type
- ComplexOperation - Class in org.grails.gorm.graphql.entity.operations
Used to create custom operations with custom (complex) types
- ComplexTyped - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with the ability to build a custom type
- condition(Closure) - Method in GraphQLDomainPropertyManager.Builder
-
Exclude properties based on the return returnType of the provided
closure.
- containsArgument(String) - Method in MockDataFetchingEnvironment
-
- convert(Object) - Method in ByteArrayCoercion
-
- convert(Object) - Method in CharacterArrayCoercion
-
- convert(Object) - Method in CurrencyCoercion
-
- convert(Object) - Method in DateCoercion
-
- convert(Object) - Method in InstantCoercion
-
- convert(String) - Method in Jsr310Coercion
-
- convert(Object) - Method in SqlDateCoercion
-
- convert(Object) - Method in TimeCoercion
-
- convert(Object) - Method in TimestampCoercion
-
- convert(Object) - Method in TimeZoneCoercion
-
- convert(Object) - Method in URICoercion
-
- convert(Object) - Method in URLCoercion
-
- convert(Object) - Method in UUIDCoercion
-
- convertValue(Object) - Method in Jsr310Coercion
-
- CountEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for retrieving how many entities exist in the datastore
- CreateEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for creating entities with GraphQL
- createField(PersistentEntity, GraphQLServiceManager, MappingContext, Map<String, GraphQLInputType>) - Method in CustomOperation
-
Creates the field to be added to the query or mutation returnType in the schema.
- CreateInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The class used to define which properties are available
when creating an entity
- createReference(PersistentEntity, GraphQLPropertyType) - Method in DefaultGraphQLTypeManager
-
- createReference(PersistentEntity, GraphQLPropertyType) - Method in GraphQLTypeManager
-
Creates a reference to domain type
- createResponse(DataFetchingEnvironment, boolean, Exception) - Method in DefaultGraphQLDeleteResponseHandler
-
- createResponse(DataFetchingEnvironment, PaginationResult) - Method in DefaultGraphQLPaginationResponseHandler
-
- createResponse(DataFetchingEnvironment, boolean, Exception) - Method in GraphQLDeleteResponseHandler
-
Create the response data to be sent to the client
- createResponse(DataFetchingEnvironment, PaginationResult) - Method in GraphQLPaginationResponseHandler
-
Create the response data to be sent to the client
- CurrencyCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.Currency coercion
- CustomArgument - Class in org.grails.gorm.graphql.entity.operations.arguments
Describes an argument to a custom operation
- CustomArgument() - Constructor in CustomArgument
-
- CustomGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
Implementation of GraphQLDomainProperty to be used to define
additional properties beyond the ones defined in GORM entities
- CustomInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes interceptors for custom operations
- CustomMutationInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onCustomMutation method of an interceptor
- CustomOperation - Class in org.grails.gorm.graphql.entity.operations
This class stores data about custom query operations
that users provide in the mapping of the entity.
- CustomQueryInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onCustomQuery method of an interceptor
- generate() - Method in Schema
-
- get(DataFetchingEnvironment) - Method in ClosureDataFetcher
-
- get(DataFetchingEnvironment) - Method in CountEntityDataFetcher
-
- get(DataFetchingEnvironment) - Method in CreateEntityDataFetcher
-
- get(DataFetchingEnvironment) - Method in DefaultGormDataFetcher
-
- get(DataFetchingEnvironment) - Method in DeleteEntityDataFetcher
-
- get(DataFetchingEnvironment) - Method in EntityDataFetcher
-
- get(String, Map, String) - Method in GraphQLSpec.GraphQLRequestHelper
-
- get(DataFetchingEnvironment) - Method in InterceptingDataFetcher
-
- get(DataFetchingEnvironment) - Method in PersistentPropertyDataFetcher
-
- get(DataFetchingEnvironment) - Method in SingleEntityDataFetcher
-
- get(DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- getAdditional() - Method in GraphQLMapping
-
- getArgument(DataFetchingEnvironment) - Method in CreateEntityDataFetcher
-
- getArgument(GraphQLTypeManager, MappingContext) - Method in CustomArgument
-
- getArgument(String) - Method in MockDataFetchingEnvironment
-
- getArgumentOrDefault(String, Object) - Method in MockDataFetchingEnvironment
-
- getArguments(DataFetchingEnvironment) - Method in EntityDataFetcher
-
- getBaseType(PersistentProperty) - Method in PersistentGraphQLProperty
-
- getBindingFetcher(PersistentEntity, GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getBindingFetcher(PersistentEntity, GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in CREATE or UPDATE
- getBuilder() - Method in AbstractInputObjectTypeBuilder
-
- getBuilder() - Method in AbstractObjectTypeBuilder
-
- getCacheControl() - Method in MockDataFetchingEnvironment
-
- getCodeRegistry() - Method in GraphQLTypeManager
-
@return
- getCount(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getCreate(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getCustomFetcher(PersistentEntity, GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getCustomMutationOperations() - Method in GraphQLMapping
-
- getCustomQueryOperations() - Method in GraphQLMapping
-
- getDataBinder() - Method in BindingGormDataFetcher
-
- getDataBinder(Class) - Method in DefaultGraphQLDataBinderManager
-
@see GraphQLDataBinderManager#getDataBinder
- getDataBinder(Class) - Method in GraphQLDataBinderManager
-
Returns a data binder to be used for the provided class
- getDataFetcher() - Method in CustomGraphQLProperty
-
- getDataFetcher() - Method in GraphQLDomainProperty
-
- Returns:
- The closure to retrieve the data for the property.
- getDataFetcher() - Method in SimpleGraphQLProperty
-
- getDataLoader(String) - Method in MockDataFetchingEnvironment
-
- getDatastore() - Method in DefaultGormDataFetcher
-
- getDefaultMax() - Method in DefaultGraphQLPaginationResponseHandler
-
- getDefaultMax() - Method in GraphQLPaginationResponseHandler
-
@return The default maximum value if none provided
- getDefaultOffset() - Method in DefaultGraphQLPaginationResponseHandler
-
- getDefaultOffset() - Method in GraphQLPaginationResponseHandler
-
@return The default offset value if none provided
- getDefinition(GraphQLTypeManager) - Method in CachingGraphQLResponseHandler
-
- getDelete(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getDeletingFetcher(PersistentEntity) - Method in DefaultGraphQLDataFetcherManager
-
- getDeletingFetcher(PersistentEntity) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in DELETE
- getDeprecationReason() - Method in Deprecatable
-
- getDeprecationReason() - Method in GraphQLDomainProperty
-
@return The reason why the property is deprecated, or null if it isn't
- getDescription(PersistentEntity) - Method in DefaultGraphQLPaginationResponseHandler
-
- getDescription() - Method in GraphQLDomainProperty
-
@return The description of the property
- getDescription(PersistentEntity) - Method in GraphQLEntityHelper
-
- getDescription(PersistentEntity) - Method in GraphQLPaginationResponseHandler
-
@return The description to use in the schema, or null
- getDocument() - Method in MockDataFetchingEnvironment
-
- getEmbeddedType() - Method in GraphQLPropertyType
-
- getEntityArgument(DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- getEnumType(Class<? extends Enum>, boolean) - Method in DefaultGraphQLTypeManager
-
- getEnumType(Class<? extends Enum>, boolean) - Method in GraphQLTypeManager
-
Retrieves an enum type for the provided class
- getFetchArguments(String) - Method in ClosureDataFetchingEnvironment
-
For use with domain class return types only.
- getFetchArguments(DataFetchingEnvironment, boolean) - Method in DefaultGormDataFetcher
-
- getFieldDefinition(GraphQLTypeManager, String) - Method in DefaultGraphQLErrorsResponseHandler
-
- getFieldDefinition(GraphQLTypeManager, String) - Method in GraphQLErrorsResponseHandler
-
- getFieldDefinitions(GraphQLTypeManager) - Method in DefaultGraphQLErrorsResponseHandler
-
- getFields(GraphQLOutputType, GraphQLTypeManager) - Method in DefaultGraphQLPaginationResponseHandler
-
- getFields(GraphQLOutputType, GraphQLTypeManager) - Method in GraphQLPaginationResponseHandler
-
Creates the fields to be used in the schema object for a pagination response
- getGet(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getGraphQL() - Method in GraphQLSpec
-
- getGraphQLType(GraphQLTypeManager, GraphQLPropertyType) - Method in ComplexGraphQLProperty
-
- getGraphQLType(GraphQLTypeManager, GraphQLPropertyType) - Method in CustomGraphQLProperty
-
- getGraphQLType(GraphQLTypeManager, GraphQLPropertyType) - Method in GraphQLDomainProperty
-
@param typeManager The returnType manager used to retrieve GraphQL types
- getGraphQLType(GraphQLTypeManager, GraphQLPropertyType) - Method in PersistentGraphQLProperty
-
- getGraphQLType(GraphQLTypeManager, GraphQLPropertyType) - Method in SimpleGraphQLProperty
-
- getIdentifierValues(DataFetchingEnvironment) - Method in DefaultGormDataFetcher
-
- getInputType(GraphQLTypeManager, MappingContext) - Method in ComplexField
-
- getInputType(GraphQLTypeManager, MappingContext) - Method in Field
-
- getInputType(GraphQLTypeManager, MappingContext) - Method in SimpleField
-
- getInstance(DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- getInterceptors() - Method in DefaultGraphQLInterceptorManager
-
- getInterceptors() - Method in GraphQLInterceptorManager
-
@param clazz The class to search for
- getJoinProperties(String) - Method in ClosureDataFetchingEnvironment
-
Which properties should be joined in the subsequent query.
- getList(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getLocalContext() - Method in MockDataFetchingEnvironment
-
- getLocale(DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler
-
- getLocale() - Method in LocaleAwareContext
-
- getLocale() - Method in MockDataFetchingEnvironment
-
- getMapping(PersistentEntity) - Method in GraphQLEntityHelper
-
- getMergedField() - Method in MockDataFetchingEnvironment
-
- getMutationType(PersistentEntity, GraphQLPropertyType, boolean) - Method in DefaultGraphQLTypeManager
-
- getMutationType(PersistentEntity, GraphQLPropertyType, boolean) - Method in GraphQLTypeManager
-
Retrieves a GraphQL type used for mutations that represents the provided entity
- getName() - Method in GraphQLDomainProperty
-
@return The name of the property
- getName(DataFetchingEnvironment) - Method in InterceptorInvoker
-
- getNamingConvention() - Method in GraphQLTypeManager
-
@return The naming convention used to name types
- getNestedType() - Method in GraphQLPropertyType
-
- getNewInstance() - Method in CreateEntityDataFetcher
-
- getObjectType(GraphQLTypeManager) - Method in DefaultGraphQLDeleteResponseHandler
-
- getObjectType(GraphQLTypeManager) - Method in GraphQLDeleteResponseHandler
-
Creates the schema object for a delete response
- getOperationDefinition() - Method in MockDataFetchingEnvironment
-
- getOrder() - Method in OrderedGraphQLProperty
-
- getPagination(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getProperties(PersistentEntity, GraphQLMapping) - Method in GraphQLDomainPropertyManager.Builder
-
Retrieves the desired properties based on the conditions previously applied
- getPropertyMappings() - Method in GraphQLMapping
-
- getQueryDirectives() - Method in MockDataFetchingEnvironment
-
- getQueryType(PersistentEntity, GraphQLPropertyType) - Method in DefaultGraphQLTypeManager
-
- getQueryType(PersistentEntity, GraphQLPropertyType) - Method in GraphQLTypeManager
-
Retrieves a GraphQL type used for queries that represents the provided entity
- getReadingFetcher(PersistentEntity, GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getReadingFetcher(PersistentEntity, GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in GET or LIST
- getResponseHandler() - Method in DeletingGormDataFetcher
-
- getResponseHandler() - Method in PaginatingGormDataFetcher
-
- getResults() - Method in PagedResultListPaginationResponse
-
- getResults() - Method in PaginationResult
-
- getServerUrl() - Method in GraphQLSpec
-
- getService(Class<T>) - Method in GraphQLServiceManager
-
- getStaticApi() - Method in DefaultGormDataFetcher
-
- getTotalCount() - Method in PagedResultListPaginationResponse
-
- getTotalCount() - Method in PaginationResult
-
- getType() - Method in AbstractInputObjectTypeBuilder
-
- getType() - Method in AbstractObjectTypeBuilder
-
- getType(GraphQLTypeManager, MappingContext) - Method in ComplexArgument
-
- getType(GraphQLTypeManager, MappingContext) - Method in ComplexField
-
- getType(GraphQLTypeManager, MappingContext) - Method in ComplexOperation
-
- getType(GraphQLTypeManager, MappingContext) - Method in CustomArgument
-
- getType(GraphQLTypeManager, MappingContext) - Method in CustomOperation
-
- getType(Class, boolean) - Method in DefaultGraphQLTypeManager
-
- getType(GraphQLTypeManager, MappingContext) - Method in Field
-
- getType(String, GraphQLPropertyType) - Method in GraphQLEntityNamingConvention
-
@param typeName The custom type name
- getType(Class, boolean) - Method in GraphQLTypeManager
-
Retrieves the corresponding GraphQL type for the specified class.
- getType() - Method in InputObjectTypeBuilder
-
- getType() - Method in ObjectTypeBuilder
-
- getType() - Method in PaginatedObjectTypeBuilder
-
- getType(GraphQLTypeManager, MappingContext) - Method in SimpleArgument
-
- getType(GraphQLTypeManager, MappingContext) - Method in SimpleField
-
- getType(GraphQLTypeManager, MappingContext) - Method in SimpleOperation
-
- getTypeClass() - Method in Jsr310Coercion
-
- getTypeClass() - Method in LocalDateCoercion
-
- getTypeClass() - Method in LocalDateTimeCoercion
-
- getTypeClass() - Method in LocalTimeCoercion
-
- getTypeClass() - Method in OffsetDateTimeCoercion
-
- getTypeClass() - Method in OffsetTimeCoercion
-
- getTypeClass() - Method in ZonedDateTimeCoercion
-
- getUpdate(PersistentEntity) - Method in GraphQLEntityNamingConvention
-
@param entity The persistent entity
- getUrl() - Method in GraphQLSpec
-
- getVariables() - Method in MockDataFetchingEnvironment
-
- GormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
A base interface to describe fetchers that
work with GORM
- GormGraphqlGrailsPlugin - Class in org.grails.gorm.graphql.plugin
- GrailsGraphQLConfiguration - Class in org.grails.gorm.graphql.plugin
- GrailsGraphQLDataBinder - Class in org.grails.gorm.graphql.plugin.binding
A default data binder using Grails data binding
- GraphQL - Annotation Type in org.grails.gorm.graphql
Annotation used to supply metadata to GraphQL.
- graphql(String, Class<T>) - Method in GraphQLSpec.GraphQLRequestHelper
-
- GRAPHQL_MIME - Field in GormGraphqlGrailsPlugin
-
- GraphQLByteArray - Class in org.grails.gorm.graphql.types.scalars
Default java.lang.Byte scalar type
- GraphQLByteArray() - Constructor in GraphQLByteArray
-
- GraphQLCharacterArray - Class in org.grails.gorm.graphql.types.scalars
Default java.lang.Character scalar type
- GraphQLCharacterArray() - Constructor in GraphQLCharacterArray
-
- GraphQLContextBuilder - Interface in org.grails.gorm.graphql.plugin
- GraphQLCurrency - Class in org.grails.gorm.graphql.types.scalars
Default java.util.Currency scalar type
- GraphQLCurrency() - Constructor in GraphQLCurrency
-
- GraphQLDataBinder - Interface in org.grails.gorm.graphql.binding
An interface to bind data from GraphQL to a GORM entity
- GraphQLDataBinderManager - Interface in org.grails.gorm.graphql.binding.manager
An interface to describe a manager that will store
and return instances of data binders to be used
with GraphQL operations on GORM entities
- GraphQLDataFetcherManager - Interface in org.grails.gorm.graphql.fetcher.manager
An interface to register and retrieve data fetcher instances
- GraphQLDataFetcherType - Enum in org.grails.gorm.graphql.fetcher
An enum defining the different data fetcher types and their
required interfaces
- GraphQLDataFetcherType(Class) - Constructor in GraphQLDataFetcherType
-
- GraphQLDate - Class in org.grails.gorm.graphql.types.scalars
Default java.util.Date scalar type
- GraphQLDate(Coercing) - Constructor in GraphQLDate
-
- GraphQLDeleteResponseHandler - Interface in org.grails.gorm.graphql.response.delete
Responsible for determining the data available in a GraphQL delete mutation response
- GraphQLDomainProperty - Interface in org.grails.gorm.graphql.entity.property
An interface to describe a property to be used in the
creation of a GraphQL schema
- GraphQLDomainPropertyManager - Interface in org.grails.gorm.graphql.entity.property.manager
An interface to describe a class creates builder instances that retrieve
GraphQLDomainProperty instances based on conditions
- GraphQLDomainPropertyManager.Builder - Interface in org.grails.gorm.graphql.entity.property.manager
- GraphQLEntityHelper - Class in org.grails.gorm.graphql
A helper class to get GraphQL mappings and descriptions for GORM entities
- GraphQLEntityNamingConvention - Class in org.grails.gorm.graphql.entity
A class to return the names of class types and query/mutation names
- GraphQLErrorsResponseHandler - Interface in org.grails.gorm.graphql.response.errors
Responsible for defining what data is available in a response
to return validation errors to the user
- GraphQLFetcherInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can intercept GraphQL data
fetchers and prevent the execution of their functionality.
- GraphQLInstant - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.Instant scalar type
- GraphQLInstant(Coercing) - Constructor in GraphQLInstant
-
- GraphQLInterceptorManager - Interface in org.grails.gorm.graphql.interceptor.manager
Describes a class that stores and retrieves fetcher interceptor
instances based on a class
- GraphQLLocalDate - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.LocalDate scalar type
- GraphQLLocalDate(Coercing) - Constructor in GraphQLLocalDate
-
- GraphQLLocalDateTime - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.LocalDateTime scalar type
- GraphQLLocalDateTime(Coercing) - Constructor in GraphQLLocalDateTime
-
- GraphQLLocalTime - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.LocalTime scalar type
- GraphQLLocalTime(Coercing) - Constructor in GraphQLLocalTime
-
- GraphQLMapping - Class in org.grails.gorm.graphql.entity.dsl
DSL to provide GraphQL specific data for a GORM entity
- GraphQLOffsetDateTime - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.OffsetDateTime scalar type
- GraphQLOffsetDateTime(Coercing) - Constructor in GraphQLOffsetDateTime
-
- GraphQLOffsetTime - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.OffsetTime scalar type
- GraphQLOffsetTime(Coercing) - Constructor in GraphQLOffsetTime
-
- GraphQLOperationType - Enum in org.grails.gorm.graphql.types
An enum to store the base operations provided
- GraphQLPaginationResponseHandler - Interface in org.grails.gorm.graphql.response.pagination
Defines how a pagination response is defined and built
- GraphQLPostProcessor - Class in org.grails.gorm.graphql.plugin
- GraphQLPropertyMapping - Class in org.grails.gorm.graphql.entity.dsl
Builder to provide GraphQL specific data for a GORM entity property
- GraphQLPropertyType - Enum in org.grails.gorm.graphql.types
Represents what type of property is being created
- GraphQLPropertyType(GraphQLOperationType, boolean, boolean) - Constructor in GraphQLPropertyType
-
- GraphQLRequest - Class in org.grails.gorm.graphql.plugin
- GraphQLRequestUtils - Class in org.grails.gorm.graphql.plugin
- graphQLRequestWithBodyAndMimeTypes(String, MimeType) - Method in GraphQLRequestUtils
-
- graphQLRequestWithGraphqlBody(String) - Method in GraphQLRequestUtils
-
- graphQLRequestWithJSONBody(String) - Method in GraphQLRequestUtils
-
- graphQLRequestWithParams(GrailsParameterMap) - Method in GraphQLRequestUtils
-
- GraphQLSchemaInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can modify the fields and types used
to build the GraphQL schema.
- GraphQLSchemaSpec - Trait in org.grails.gorm.graphql.testing
- GraphQLServiceManager - Class in org.grails.gorm.graphql
Used to store references to the actual implementations of most of
the interfaces used in the project to make it easier to pass
multiple managers (services) to methods.
- GraphQLSpec - Trait in org.grails.gorm.graphql.plugin.testing
- GraphQLSpec.GraphQLRequestHelper - Class in org.grails.gorm.graphql.plugin.testing
- GraphQLSqlDate - Class in org.grails.gorm.graphql.types.scalars
Default java.sql.Date scalar type
- GraphQLSqlDate() - Constructor in GraphQLSqlDate
-
- GraphQLTime - Class in org.grails.gorm.graphql.types.scalars
Default java.sql.Time scalar type
- GraphQLTime() - Constructor in GraphQLTime
-
- GraphQLTimestamp - Class in org.grails.gorm.graphql.types.scalars
Default java.sql.Timestamp scalar type
- GraphQLTimestamp() - Constructor in GraphQLTimestamp
-
- GraphQLTimeZone - Class in org.grails.gorm.graphql.types.scalars
Default java.util.TimeZone scalar type
- GraphQLTimeZone() - Constructor in GraphQLTimeZone
-
- GraphQLTypeManager - Interface in org.grails.gorm.graphql.types
An interface for handling type conversion and creation with GraphQL.
- GraphQLURI - Class in org.grails.gorm.graphql.types.scalars
Default java.net.URI scalar type
- GraphQLURI() - Constructor in GraphQLURI
-
- GraphQLURL - Class in org.grails.gorm.graphql.types.scalars
Default java.net.URL scalar type
- GraphQLURL() - Constructor in GraphQLURL
-
- GraphQLUUID - Class in org.grails.gorm.graphql.types.scalars
Default java.util.UUID scalar type
- GraphQLUUID() - Constructor in GraphQLUUID
-
- GraphQLZonedDateTime - Class in org.grails.gorm.graphql.types.scalars.jsr310
Default java.time.ZonedDateTime scalar type
- GraphQLZonedDateTime(Coercing) - Constructor in GraphQLZonedDateTime
-