Uses of Class
graphql.language.Argument
Packages that use Argument
Package
Description
-
Uses of Argument in graphql.analysis
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 TypeMethodDescriptionMergedField.getArguments()All merged fields share the same arguments. -
Uses of Argument in graphql.execution.directives
Methods in graphql.execution.directives that return ArgumentModifier and TypeMethodDescription@Nullable ArgumentQueryAppliedDirectiveArgument.getDefinition()Methods in graphql.execution.directives with parameters of type ArgumentModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.definition(Argument definition) -
Uses of Argument in graphql.language
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 TypeMethodDescriptionDirective.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 TypeMethodDescriptionConstructor parameters in graphql.language with type arguments of type ArgumentModifierConstructorDescriptionalternative to using a Builder for convenienceprotectedDirective(String name, List<Argument> arguments, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedField(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
Methods in graphql.normalized that return types with arguments of type ArgumentModifier and TypeMethodDescriptioncom.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) -
Uses of Argument in graphql.parser
Methods in graphql.parser that return ArgumentModifier and TypeMethodDescriptionprotected ArgumentGraphqlAntlrToLanguage.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
Methods in graphql.schema that return ArgumentMethods in graphql.schema with parameters of type ArgumentModifier and TypeMethodDescriptionGraphQLAppliedDirectiveArgument.Builder.definition(Argument definition) -
Uses of Argument in graphql.validation
Methods in graphql.validation with parameters of type ArgumentConstructors in graphql.validation with parameters of type Argument -
Uses of Argument in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ArgumentModifier and TypeMethodDescriptionvoidArgumentsOfCorrectType.checkArgument(Argument argument) voidKnownArgumentNames.checkArgument(Argument argument)