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
Subclasses with type arguments of type OperationDefinition.Operation in graphql.languageFields in graphql.language declared as OperationDefinition.OperationModifier and TypeFieldDescriptionprivate OperationDefinition.OperationOperationDefinition.Builder.operationprivate final OperationDefinition.OperationOperationDefinition.operationMethods 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) protectedOperationDefinition(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.OperationExecutableNormalizedOperation.operationMethods 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 textDocumentwith possibly variables from the givenExecutableNormalizedFields TheVariablePredicateis 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 textDocumentwith possibly variables from the givenExecutableNormalizedFields TheVariablePredicateis 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 GraphQLObjectTypeExecutableNormalizedOperationToAstCompiler.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.OperationGraphqlAntlrToLanguage.parseOperation(GraphqlParser.OperationTypeContext operationTypeContext)