A  C  D  E  F  G  I  K  M  N  O  P  S  T  U  V  W 

D

DeprecatedDirectiveExtensionsKt - class in com.expediagroup.graphql.generator.directives
 
didApplyDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLAppliedDirective) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after transforming directive definition to applied directive that allows for final transformation before it is applied to a target location.
didApplyDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLAppliedDirective) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after transforming directive definition to applied directive that allows for final transformation before it is applied to a target location.
didApplyDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLAppliedDirective) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after transforming directive definition to applied directive that allows for final transformation before it is applied to a target location.
didBuildSchema(graphql.schema.GraphQLSchema.Builder) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after generation of schema but before returning it to the user.
didBuildSchema(graphql.schema.GraphQLSchema.Builder) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generation of schema but before returning it to the user.
didBuildSchema(graphql.schema.GraphQLSchema.Builder) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generation of schema but before returning it to the user.
didGenerateDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLDirective) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after auto-generating the directive definition from the annotation that allows final transformation before it is added to the schema document.
didGenerateDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLDirective) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after auto-generating the directive definition from the annotation that allows final transformation before it is added to the schema document.
didGenerateDirective(com.expediagroup.graphql.generator.directives.DirectiveMetaInformation,graphql.schema.GraphQLDirective) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after auto-generating the directive definition from the annotation that allows final transformation before it is added to the schema document.
didGenerateGraphQLType(kotlin.reflect.KType,graphql.schema.GraphQLType) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after wrapping the type based on nullity but before adding the generated type to the schema
didGenerateGraphQLType(kotlin.reflect.KType,graphql.schema.GraphQLType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after wrapping the type based on nullity but before adding the generated type to the schema
didGenerateGraphQLType(kotlin.reflect.KType,graphql.schema.GraphQLType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after wrapping the type based on nullity but before adding the generated type to the schema
didGenerateMutationField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the mutation object to allow customization.
didGenerateMutationField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the mutation object to allow customization.
didGenerateMutationField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the mutation object to allow customization.
didGenerateMutationObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after generating the Mutation object but before adding it to the schema.
didGenerateMutationObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Mutation object but before adding it to the schema.
didGenerateMutationObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Mutation object but before adding it to the schema.
didGenerateQueryField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the query object to allow customization.
didGenerateQueryField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the query object to allow customization.
didGenerateQueryField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the query object to allow customization.
didGenerateQueryObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after generating the Query object but before adding it to the schema.
didGenerateQueryObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Query object but before adding it to the schema.
didGenerateQueryObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Query object but before adding it to the schema.
didGenerateSubscriptionField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the subscription object to allow customization.
didGenerateSubscriptionField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the subscription object to allow customization.
didGenerateSubscriptionField(kotlin.reflect.KClass,kotlin.reflect.KFunction,graphql.schema.GraphQLFieldDefinition) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after converting the function to a field definition but before adding to the subscription object to allow customization.
didGenerateSubscriptionObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after generating the Subscription object but before adding it to the schema.
didGenerateSubscriptionObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Subscription object but before adding it to the schema.
didGenerateSubscriptionObject(graphql.schema.GraphQLObjectType) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after generating the Subscription object but before adding it to the schema.
DirectiveMetaInformation - class in com.expediagroup.graphql.generator.directives
 
A  C  D  E  F  G  I  K  M  N  O  P  S  T  U  V  W