Uses of Class
graphql.language.Argument
-
Packages that use Argument Package Description graphql.analysis graphql.execution graphql.execution.directives graphql.language graphql.normalized graphql.parser graphql.schema graphql.schema.idl graphql.validation graphql.validation.rules -
-
Uses of Argument in graphql.analysis
Fields in graphql.analysis declared as Argument Modifier and Type Field Description private Argument
QueryVisitorFieldArgumentEnvironmentImpl. argument
Methods in graphql.analysis that return Argument Modifier and Type Method Description Argument
QueryVisitorFieldArgumentEnvironment. getArgument()
Argument
QueryVisitorFieldArgumentEnvironmentImpl. getArgument()
Methods in graphql.analysis with parameters of type Argument Modifier and Type Method Description TraversalControl
NodeVisitorWithTypeTracking. visitArgument(Argument argument, TraverserContext<Node> context)
Constructors in graphql.analysis with parameters of type Argument Constructor Description QueryVisitorFieldArgumentEnvironmentImpl(GraphQLFieldDefinition fieldDefinition, Argument argument, GraphQLArgument graphQLArgument, java.lang.Object argumentValue, java.util.Map<java.lang.String,java.lang.Object> variables, QueryVisitorFieldEnvironment parentEnvironment, TraverserContext<Node> traverserContext, GraphQLSchema schema)
-
Uses of Argument in graphql.execution
Methods in graphql.execution that return types with arguments of type Argument Modifier and Type Method Description private static java.util.Map<java.lang.String,Argument>
ValuesResolver. argumentMap(java.util.List<Argument> arguments)
java.util.List<Argument>
MergedField. getArguments()
All merged fields share the same arguments.Method parameters in graphql.execution with type arguments of type Argument Modifier and Type Method Description private static java.util.Map<java.lang.String,Argument>
ValuesResolver. argumentMap(java.util.List<Argument> arguments)
-
Uses of Argument in graphql.execution.directives
Fields in graphql.execution.directives declared as Argument Modifier and Type Field Description private Argument
QueryAppliedDirectiveArgument.Builder. definition
private Argument
QueryAppliedDirectiveArgument. definition
Methods in graphql.execution.directives that return Argument Modifier and Type Method Description @Nullable Argument
QueryAppliedDirectiveArgument. getDefinition()
Methods in graphql.execution.directives with parameters of type Argument Modifier and Type Method Description QueryAppliedDirectiveArgument.Builder
QueryAppliedDirectiveArgument.Builder. definition(Argument definition)
Constructors in graphql.execution.directives with parameters of type Argument Constructor Description QueryAppliedDirectiveArgument(java.lang.String name, InputValueWithState value, GraphQLInputType type, Argument definition)
-
Uses of Argument in graphql.language
Fields in graphql.language with type parameters of type Argument Modifier and Type Field Description private com.google.common.collect.ImmutableList<Argument>
Directive. arguments
private com.google.common.collect.ImmutableList<Argument>
Directive.Builder. arguments
private com.google.common.collect.ImmutableList<Argument>
Field. arguments
private com.google.common.collect.ImmutableList<Argument>
Field.Builder. arguments
Methods in graphql.language that return Argument Modifier and Type Method Description Argument
Argument.Builder. build()
Argument
Argument. deepCopy()
Argument
Directive. getArgument(java.lang.String argumentName)
Argument
Argument. transform(java.util.function.Consumer<Argument.Builder> builderConsumer)
Argument
Argument. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type Argument Modifier and Type Method Description private AstPrinter.NodePrinter<Argument>
AstPrinter. argument()
java.util.List<Argument>
Directive. getArguments()
java.util.List<Argument>
Field. getArguments()
java.util.Map<java.lang.String,Argument>
Directive. getArgumentsByName()
Methods in graphql.language with parameters of type Argument Modifier and Type Method Description Directive.Builder
Directive.Builder. argument(Argument argument)
TraversalControl
NodeVisitor. visitArgument(Argument node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitArgument(Argument node, TraverserContext<Node> context)
Method parameters in graphql.language with type arguments of type Argument Modifier and Type Method Description Directive.Builder
Directive.Builder. arguments(java.util.List<Argument> arguments)
Field.Builder
Field.Builder. arguments(java.util.List<Argument> arguments)
Constructors in graphql.language with parameters of type Argument Constructor Description Builder(Argument existing)
Constructor parameters in graphql.language with type arguments of type Argument Constructor Description Directive(java.lang.String name, java.util.List<Argument> arguments)
alternative to using a Builder for convenienceDirective(java.lang.String name, java.util.List<Argument> arguments, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
Field(java.lang.String name, java.lang.String alias, java.util.List<Argument> arguments, java.util.List<Directive> directives, SelectionSet selectionSet, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
Field(java.lang.String name, java.util.List<Argument> arguments)
alternative to using a Builder for convenienceField(java.lang.String name, java.util.List<Argument> arguments, SelectionSet selectionSet)
alternative to using a Builder for convenience -
Uses of Argument in graphql.normalized
Fields in graphql.normalized with type parameters of type Argument Modifier and Type Field Description private com.google.common.collect.ImmutableList<Argument>
ExecutableNormalizedField. astArguments
private com.google.common.collect.ImmutableList<Argument>
ExecutableNormalizedField.Builder. astArguments
Methods in graphql.normalized that return Argument Modifier and Type Method Description private static Argument
ENFMerger. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)
Methods in graphql.normalized that return types with arguments of type Argument Modifier and Type Method Description private static java.util.List<Argument>
ExecutableNormalizedOperationToAstCompiler. createArguments(ExecutableNormalizedField executableNormalizedField, VariableAccumulator variableAccumulator)
com.google.common.collect.ImmutableList<Argument>
ExecutableNormalizedField. getAstArguments()
Method parameters in graphql.normalized with type arguments of type Argument Modifier and Type Method Description ExecutableNormalizedField.Builder
ExecutableNormalizedField.Builder. astArguments(@NotNull java.util.List<Argument> astArguments)
private static Argument
ENFMerger. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)
private static boolean
ENFMerger. sameArguments(java.util.List<Argument> arguments1, java.util.List<Argument> arguments2)
-
Uses of Argument in graphql.parser
Methods in graphql.parser that return Argument Modifier and Type Method Description protected Argument
GraphqlAntlrToLanguage. createArgument(GraphqlParser.ArgumentContext ctx)
Methods in graphql.parser that return types with arguments of type Argument Modifier and Type Method Description protected java.util.List<Argument>
GraphqlAntlrToLanguage. createArguments(GraphqlParser.ArgumentsContext ctx)
-
Uses of Argument in graphql.schema
Fields in graphql.schema declared as Argument Modifier and Type Field Description private Argument
GraphQLAppliedDirectiveArgument.Builder. definition
private Argument
GraphQLAppliedDirectiveArgument. definition
Methods in graphql.schema that return Argument Modifier and Type Method Description Argument
GraphQLAppliedDirectiveArgument. getDefinition()
Methods in graphql.schema with parameters of type Argument Modifier and Type Method Description GraphQLAppliedDirectiveArgument.Builder
GraphQLAppliedDirectiveArgument.Builder. definition(Argument definition)
Constructors in graphql.schema with parameters of type Argument Constructor Description GraphQLAppliedDirectiveArgument(java.lang.String name, InputValueWithState value, GraphQLInputType type, Argument definition)
-
Uses of Argument in graphql.schema.idl
Fields in graphql.schema.idl declared as Argument Modifier and Type Field Description private Argument
ArgValueOfAllowedTypeChecker. argument
Methods in graphql.schema.idl with parameters of type Argument Modifier and Type Method Description private static GraphQLAppliedDirectiveArgument
SchemaGeneratorAppliedDirectiveHelper. buildAppliedArg(SchemaGeneratorHelper.BuildContext buildCtx, Argument arg, GraphQLDirective directiveDefinition)
private static GraphQLArgument
SchemaGeneratorAppliedDirectiveHelper. buildDirectiveArg(SchemaGeneratorHelper.BuildContext buildCtx, Argument arg, GraphQLDirective directiveDefinition)
Constructors in graphql.schema.idl with parameters of type Argument Constructor Description ArgValueOfAllowedTypeChecker(Directive directive, Node<?> element, java.lang.String elementName, Argument argument, TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring)
-
Uses of Argument in graphql.validation
Methods in graphql.validation with parameters of type Argument Modifier and Type Method Description void
AbstractRule. checkArgument(Argument argument)
private void
RulesVisitor. checkArgument(Argument node)
private void
TraversalContext. enterImpl(Argument argument)
Constructors in graphql.validation with parameters of type Argument Constructor Description ArgumentValidationUtil(Argument argument)
-
Uses of Argument in graphql.validation.rules
Methods in graphql.validation.rules that return Argument Modifier and Type Method Description private Argument
OverlappingFieldsCanBeMerged. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)
Methods in graphql.validation.rules that return types with arguments of type Argument Modifier and Type Method Description private java.util.Map<java.lang.String,Argument>
ProvidedNonNullArguments. argumentMap(java.util.List<Argument> arguments)
Methods in graphql.validation.rules with parameters of type Argument Modifier and Type Method Description void
ArgumentsOfCorrectType. checkArgument(Argument argument)
void
KnownArgumentNames. checkArgument(Argument argument)
Method parameters in graphql.validation.rules with type arguments of type Argument Modifier and Type Method Description private java.util.Map<java.lang.String,Argument>
ProvidedNonNullArguments. argumentMap(java.util.List<Argument> arguments)
private Argument
OverlappingFieldsCanBeMerged. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)
private boolean
OverlappingFieldsCanBeMerged. sameArguments(java.util.List<Argument> arguments1, java.util.List<Argument> arguments2)
-