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

O

OBJECT - enum entry in com.expediagroup.graphql.generator.annotations.GraphQLValidObjectLocations.Locations
 
onArgument(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLArgument by applying specified directive.
onEnum(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLEnumType by applying specified directive.
onEnumValue(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLEnumValueDefinition by applying specified directive.
onField(com.expediagroup.graphql.generator.directives.KotlinFieldDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLFieldDefinition by applying specified directive.
onInputObjectField(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInputObjectField by applying specified directive.
onInputObjectType(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInputObjectType by applying specified directive.
onInterface(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInterfaceType by applying specified directive.
onObject(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLObjectType by applying specified directive.
onRewireGraphQLType(graphql.schema.GraphQLSchemaElement,graphql.schema.FieldCoordinates,graphql.schema.GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onRewireGraphQLType(graphql.schema.GraphQLSchemaElement,graphql.schema.FieldCoordinates,graphql.schema.GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onRewireGraphQLType(graphql.schema.GraphQLSchemaElement,graphql.schema.FieldCoordinates,graphql.schema.GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onScalar(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLScalarType by applying specified directive.
onUnion(com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLUnionType by applying specified directive.
onWire(graphql.schema.GraphQLSchemaElement,graphql.schema.FieldCoordinates,graphql.schema.GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.directives.KotlinDirectiveWiringFactory
Wire up the directive based on the GraphQL type.
OptionalInput - class in com.expediagroup.graphql.generator.execution
Wrapper used to represent optionally defined input arguments that allows us to distinguish between undefined value, explicit NULL value and specified value.
OptionalInput.Defined - class in com.expediagroup.graphql.generator.execution.OptionalInput
Wrapper holding explicitly specified value including NULL.
OptionalInput.Undefined - class in com.expediagroup.graphql.generator.execution.OptionalInput
Represents missing/undefined value.
A  C  D  E  F  G  I  K  M  N  O  P  S  T  U  V  W