Uses of Class
graphql.language.Argument
Packages that use Argument
Package
Description
-
Uses of Argument in graphql.analysis
Fields in graphql.analysis declared as ArgumentModifier and TypeFieldDescriptionprivate final Argument
QueryVisitorFieldArgumentEnvironmentImpl.argument
Methods in graphql.analysis that return ArgumentModifier and TypeMethodDescriptionQueryVisitorFieldArgumentEnvironment.getArgument()
QueryVisitorFieldArgumentEnvironmentImpl.getArgument()
Methods in graphql.analysis with parameters of type ArgumentModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitArgument
(Argument argument, TraverserContext<Node> context) Constructors in graphql.analysis with parameters of type ArgumentModifierConstructorDescriptionQueryVisitorFieldArgumentEnvironmentImpl
(GraphQLFieldDefinition fieldDefinition, Argument argument, GraphQLArgument graphQLArgument, Object argumentValue, Map<String, 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 ArgumentModifier and TypeMethodDescriptionValuesResolver.argumentMap
(List<Argument> arguments) MergedField.getArguments()
All merged fields share the same arguments.Method parameters in graphql.execution with type arguments of type Argument -
Uses of Argument in graphql.execution.directives
Fields in graphql.execution.directives declared as ArgumentModifier and TypeFieldDescriptionprivate Argument
QueryAppliedDirectiveArgument.Builder.definition
private final Argument
QueryAppliedDirectiveArgument.definition
Methods in graphql.execution.directives that return ArgumentModifier and TypeMethodDescription@Nullable Argument
QueryAppliedDirectiveArgument.getDefinition()
Methods in graphql.execution.directives with parameters of type ArgumentModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.definition
(Argument definition) Constructors in graphql.execution.directives with parameters of type ArgumentModifierConstructorDescriptionprivate
QueryAppliedDirectiveArgument
(String name, InputValueWithState value, GraphQLInputType type, Argument definition) -
Uses of Argument in graphql.language
Fields in graphql.language with type parameters of type ArgumentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<Argument> Directive.arguments
private com.google.common.collect.ImmutableList
<Argument> Directive.Builder.arguments
private final com.google.common.collect.ImmutableList
<Argument> Field.arguments
private com.google.common.collect.ImmutableList
<Argument> Field.Builder.arguments
Methods in graphql.language that return ArgumentModifier and TypeMethodDescriptionArgument.Builder.build()
Argument.deepCopy()
Directive.getArgument
(String argumentName) Argument.transform
(Consumer<Argument.Builder> builderConsumer) Argument.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type ArgumentModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter
<Argument> AstPrinter.argument()
Directive.getArguments()
Field.getArguments()
Directive.getArgumentsByName()
Methods in graphql.language with parameters of type ArgumentModifier and TypeMethodDescriptionNodeVisitor.visitArgument
(Argument node, TraverserContext<Node> data) NodeVisitorStub.visitArgument
(Argument node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type ArgumentModifier and TypeMethodDescriptionConstructors in graphql.language with parameters of type ArgumentConstructor parameters in graphql.language with type arguments of type ArgumentModifierConstructorDescriptionalternative to using a Builder for convenienceprotected
Directive
(String name, List<Argument> arguments, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
Field
(String name, String alias, List<Argument> arguments, List<Directive> directives, SelectionSet selectionSet, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) alternative to using a Builder for convenienceField
(String name, 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 ArgumentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<Argument> ExecutableNormalizedField.astArguments
private com.google.common.collect.ImmutableList
<Argument> ExecutableNormalizedField.Builder.astArguments
Methods in graphql.normalized that return ArgumentModifier and TypeMethodDescriptionprivate static Argument
ENFMerger.findArgumentByName
(String name, List<Argument> arguments) Methods in graphql.normalized that return types with arguments of type ArgumentModifier and TypeMethodDescriptionExecutableNormalizedOperationToAstCompiler.createArguments
(ExecutableNormalizedField executableNormalizedField, VariableAccumulator variableAccumulator) com.google.common.collect.ImmutableList
<Argument> ExecutableNormalizedField.getAstArguments()
Method parameters in graphql.normalized with type arguments of type ArgumentModifier and TypeMethodDescriptionExecutableNormalizedField.Builder.astArguments
(@NotNull List<Argument> astArguments) private static Argument
ENFMerger.findArgumentByName
(String name, List<Argument> arguments) private static boolean
ENFMerger.sameArguments
(List<Argument> arguments1, List<Argument> arguments2) -
Uses of Argument in graphql.parser
Methods in graphql.parser that return ArgumentModifier and TypeMethodDescriptionprotected Argument
GraphqlAntlrToLanguage.createArgument
(GraphqlParser.ArgumentContext ctx) Methods in graphql.parser that return types with arguments of type ArgumentModifier and TypeMethodDescriptionGraphqlAntlrToLanguage.createArguments
(GraphqlParser.ArgumentsContext ctx) -
Uses of Argument in graphql.schema
Fields in graphql.schema declared as ArgumentModifier and TypeFieldDescriptionprivate Argument
GraphQLAppliedDirectiveArgument.Builder.definition
private final Argument
GraphQLAppliedDirectiveArgument.definition
Methods in graphql.schema that return ArgumentMethods in graphql.schema with parameters of type ArgumentModifier and TypeMethodDescriptionGraphQLAppliedDirectiveArgument.Builder.definition
(Argument definition) Constructors in graphql.schema with parameters of type ArgumentModifierConstructorDescriptionprivate
GraphQLAppliedDirectiveArgument
(String name, InputValueWithState value, GraphQLInputType type, Argument definition) -
Uses of Argument in graphql.schema.idl
Fields in graphql.schema.idl declared as ArgumentMethods in graphql.schema.idl with parameters of type ArgumentModifier and TypeMethodDescriptionprivate 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 ArgumentModifierConstructorDescription(package private)
ArgValueOfAllowedTypeChecker
(Directive directive, Node<?> element, String elementName, Argument argument, TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring) -
Uses of Argument in graphql.validation
Methods in graphql.validation with parameters of type ArgumentModifier and TypeMethodDescriptionvoid
AbstractRule.checkArgument
(Argument argument) private void
RulesVisitor.checkArgument
(Argument node) private void
Constructors in graphql.validation with parameters of type Argument -
Uses of Argument in graphql.validation.rules
Methods in graphql.validation.rules that return ArgumentModifier and TypeMethodDescriptionprivate Argument
OverlappingFieldsCanBeMerged.findArgumentByName
(String name, List<Argument> arguments) Methods in graphql.validation.rules that return types with arguments of type ArgumentMethods in graphql.validation.rules with parameters of type ArgumentModifier and TypeMethodDescriptionvoid
ArgumentsOfCorrectType.checkArgument
(Argument argument) void
KnownArgumentNames.checkArgument
(Argument argument) Method parameters in graphql.validation.rules with type arguments of type ArgumentModifier and TypeMethodDescriptionProvidedNonNullArguments.argumentMap
(List<Argument> arguments) private Argument
OverlappingFieldsCanBeMerged.findArgumentByName
(String name, List<Argument> arguments) private boolean
OverlappingFieldsCanBeMerged.sameArguments
(List<Argument> arguments1, List<Argument> arguments2)