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 ArgumentQueryVisitorFieldArgumentEnvironmentImpl.argumentMethods 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 ArgumentQueryAppliedDirectiveArgument.Builder.definitionprivate final ArgumentQueryAppliedDirectiveArgument.definitionMethods 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) Constructors in graphql.execution.directives with parameters of type ArgumentModifierConstructorDescriptionprivateQueryAppliedDirectiveArgument(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.argumentsprivate com.google.common.collect.ImmutableList<Argument> Directive.Builder.argumentsprivate final com.google.common.collect.ImmutableList<Argument> Field.argumentsprivate com.google.common.collect.ImmutableList<Argument> Field.Builder.argumentsMethods 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 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
Fields in graphql.normalized with type parameters of type ArgumentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<Argument> ExecutableNormalizedField.astArgumentsprivate com.google.common.collect.ImmutableList<Argument> ExecutableNormalizedField.Builder.astArgumentsMethods in graphql.normalized that return ArgumentModifier and TypeMethodDescriptionprivate static ArgumentENFMerger.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 ArgumentENFMerger.findArgumentByName(String name, List<Argument> arguments) private static booleanENFMerger.sameArguments(List<Argument> arguments1, List<Argument> arguments2) -
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
Fields in graphql.schema declared as ArgumentModifier and TypeFieldDescriptionprivate ArgumentGraphQLAppliedDirectiveArgument.Builder.definitionprivate final ArgumentGraphQLAppliedDirectiveArgument.definitionMethods 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 ArgumentModifierConstructorDescriptionprivateGraphQLAppliedDirectiveArgument(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 GraphQLAppliedDirectiveArgumentSchemaGeneratorAppliedDirectiveHelper.buildAppliedArg(SchemaGeneratorHelper.BuildContext buildCtx, Argument arg, GraphQLDirective directiveDefinition) private static GraphQLArgumentSchemaGeneratorAppliedDirectiveHelper.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 TypeMethodDescriptionvoidAbstractRule.checkArgument(Argument argument) private voidRulesVisitor.checkArgument(Argument node) private voidConstructors 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 ArgumentOverlappingFieldsCanBeMerged.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 TypeMethodDescriptionvoidArgumentsOfCorrectType.checkArgument(Argument argument) voidKnownArgumentNames.checkArgument(Argument argument) Method parameters in graphql.validation.rules with type arguments of type ArgumentModifier and TypeMethodDescriptionProvidedNonNullArguments.argumentMap(List<Argument> arguments) private ArgumentOverlappingFieldsCanBeMerged.findArgumentByName(String name, List<Argument> arguments) private booleanOverlappingFieldsCanBeMerged.sameArguments(List<Argument> arguments1, List<Argument> arguments2)