A  C  D  E  F  G  H  I  K  L  N  O  P  R  S  T  U  W 

O

OBJECT - enum entry in com.expediagroup.graphql.generator.annotations.GraphQLValidObjectLocations.Locations
 
onArgument(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLArgument by applying specified directive.
onEnum(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLEnumType by applying specified directive.
onEnumValue(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLEnumValueDefinition by applying specified directive.
onField(KotlinFieldDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLFieldDefinition by applying specified directive.
onInputObjectField(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInputObjectField by applying specified directive.
onInputObjectType(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInputObjectType by applying specified directive.
onInterface(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLInterfaceType by applying specified directive.
onObject(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLObjectType by applying specified directive.
onRewireGraphQLType(GraphQLSchemaElement,FieldCoordinates,GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.FlowSubscriptionSchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onRewireGraphQLType(GraphQLSchemaElement,FieldCoordinates,GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.NoopSchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onRewireGraphQLType(GraphQLSchemaElement,FieldCoordinates,GraphQLCodeRegistry.Builder) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
Called after willGenerateGraphQLType and before didGenerateGraphQLType.
onScalar(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLScalarType by applying specified directive.
onUnion(KotlinSchemaDirectiveEnvironment) - function in com.expediagroup.graphql.generator.directives.KotlinSchemaDirectiveWiring
Modifies GraphQLUnionType by applying specified directive.
onWire(GraphQLSchemaElement,FieldCoordinates,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.
OptionalInputDeserializer - class in com.expediagroup.graphql.generator.execution
Null aware deserializer that distinguishes between undefined value, explicit NULL value and specified value.
A  C  D  E  F  G  H  I  K  L  N  O  P  R  S  T  U  W