Uses of Enum
graphql.language.OperationDefinition.Operation
Packages that use OperationDefinition.Operation
-
Uses of OperationDefinition.Operation in graphql.execution
Methods in graphql.execution with parameters of type OperationDefinition.OperationModifier and TypeMethodDescriptionExecutionContext.getStrategy
(OperationDefinition.Operation operation) -
Uses of OperationDefinition.Operation in graphql.language
Fields in graphql.language declared as OperationDefinition.OperationModifier and TypeFieldDescriptionprivate OperationDefinition.Operation
OperationDefinition.Builder.operation
private final OperationDefinition.Operation
OperationDefinition.operation
Methods in graphql.language that return OperationDefinition.OperationModifier and TypeMethodDescriptionOperationDefinition.getOperation()
Returns the enum constant of this type with the specified name.static OperationDefinition.Operation[]
OperationDefinition.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.language with parameters of type OperationDefinition.OperationModifier and TypeMethodDescriptionOperationDefinition.Builder.operation
(OperationDefinition.Operation operation) Constructors in graphql.language with parameters of type OperationDefinition.OperationModifierConstructorDescriptionOperationDefinition
(String name, OperationDefinition.Operation operation) protected
OperationDefinition
(String name, OperationDefinition.Operation operation, List<VariableDefinition> variableDefinitions, List<Directive> directives, SelectionSet selectionSet, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of OperationDefinition.Operation in graphql.normalized
Fields in graphql.normalized declared as OperationDefinition.OperationModifier and TypeFieldDescriptionprivate final OperationDefinition.Operation
ExecutableNormalizedOperation.operation
Methods in graphql.normalized that return OperationDefinition.OperationMethods in graphql.normalized with parameters of type OperationDefinition.OperationModifier and TypeMethodDescriptionExecutableNormalizedOperationToAstCompiler.compileToDocument
(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable String operationName, @NotNull List<ExecutableNormalizedField> topLevelFields, @Nullable VariablePredicate variablePredicate) This will compile an operation textDocument
with possibly variables from the givenExecutableNormalizedField
s TheVariablePredicate
is used called to decide if the given argument values should be made into a variable OR inlined into the operation text as a graphql literal.ExecutableNormalizedOperationToAstCompiler.compileToDocument
(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable String operationName, @NotNull List<ExecutableNormalizedField> topLevelFields, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, @Nullable VariablePredicate variablePredicate) This will compile an operation textDocument
with possibly variables from the givenExecutableNormalizedField
s TheVariablePredicate
is used called to decide if the given argument values should be made into a variable OR inlined into the operation text as a graphql literal.private static @Nullable GraphQLObjectType
ExecutableNormalizedOperationToAstCompiler.getOperationType
(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind) Constructors in graphql.normalized with parameters of type OperationDefinition.OperationModifierConstructorDescriptionExecutableNormalizedOperation
(OperationDefinition.Operation operation, String operationName, List<ExecutableNormalizedField> topLevelFields, com.google.common.collect.ImmutableListMultimap<Field, ExecutableNormalizedField> fieldToNormalizedField, Map<ExecutableNormalizedField, MergedField> normalizedFieldToMergedField, Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, com.google.common.collect.ImmutableListMultimap<FieldCoordinates, ExecutableNormalizedField> coordinatesToNormalizedFields) -
Uses of OperationDefinition.Operation in graphql.parser
Methods in graphql.parser that return OperationDefinition.OperationModifier and TypeMethodDescriptionprotected OperationDefinition.Operation
GraphqlAntlrToLanguage.parseOperation
(GraphqlParser.OperationTypeContext operationTypeContext)