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 ArgumentQueryVisitorFieldArgumentEnvironmentImpl. argumentMethods in graphql.analysis that return Argument Modifier and Type Method Description ArgumentQueryVisitorFieldArgumentEnvironment. getArgument()ArgumentQueryVisitorFieldArgumentEnvironmentImpl. getArgument()Methods in graphql.analysis with parameters of type Argument Modifier and Type Method Description TraversalControlNodeVisitorWithTypeTracking. 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 ArgumentQueryAppliedDirectiveArgument.Builder. definitionprivate ArgumentQueryAppliedDirectiveArgument. definitionMethods in graphql.execution.directives that return Argument Modifier and Type Method Description @Nullable ArgumentQueryAppliedDirectiveArgument. getDefinition()Methods in graphql.execution.directives with parameters of type Argument Modifier and Type Method Description QueryAppliedDirectiveArgument.BuilderQueryAppliedDirectiveArgument.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. argumentsprivate com.google.common.collect.ImmutableList<Argument>Directive.Builder. argumentsprivate com.google.common.collect.ImmutableList<Argument>Field. argumentsprivate com.google.common.collect.ImmutableList<Argument>Field.Builder. argumentsMethods in graphql.language that return Argument Modifier and Type Method Description ArgumentArgument.Builder. build()ArgumentArgument. deepCopy()ArgumentDirective. getArgument(java.lang.String argumentName)ArgumentArgument. transform(java.util.function.Consumer<Argument.Builder> builderConsumer)ArgumentArgument. 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.BuilderDirective.Builder. argument(Argument argument)TraversalControlNodeVisitor. visitArgument(Argument node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitArgument(Argument node, TraverserContext<Node> context)Method parameters in graphql.language with type arguments of type Argument Modifier and Type Method Description Directive.BuilderDirective.Builder. arguments(java.util.List<Argument> arguments)Field.BuilderField.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. astArgumentsprivate com.google.common.collect.ImmutableList<Argument>ExecutableNormalizedField.Builder. astArgumentsMethods in graphql.normalized that return Argument Modifier and Type Method Description private static ArgumentENFMerger. 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.BuilderExecutableNormalizedField.Builder. astArguments(@NotNull java.util.List<Argument> astArguments)private static ArgumentENFMerger. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)private static booleanENFMerger. 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 ArgumentGraphqlAntlrToLanguage. 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 ArgumentGraphQLAppliedDirectiveArgument.Builder. definitionprivate ArgumentGraphQLAppliedDirectiveArgument. definitionMethods in graphql.schema that return Argument Modifier and Type Method Description ArgumentGraphQLAppliedDirectiveArgument. getDefinition()Methods in graphql.schema with parameters of type Argument Modifier and Type Method Description GraphQLAppliedDirectiveArgument.BuilderGraphQLAppliedDirectiveArgument.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 ArgumentArgValueOfAllowedTypeChecker. argumentMethods in graphql.schema.idl with parameters of type Argument Modifier and Type Method Description private 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 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 voidAbstractRule. checkArgument(Argument argument)private voidRulesVisitor. checkArgument(Argument node)private voidTraversalContext. 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 ArgumentOverlappingFieldsCanBeMerged. 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 voidArgumentsOfCorrectType. checkArgument(Argument argument)voidKnownArgumentNames. 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 ArgumentOverlappingFieldsCanBeMerged. findArgumentByName(java.lang.String name, java.util.List<Argument> arguments)private booleanOverlappingFieldsCanBeMerged. sameArguments(java.util.List<Argument> arguments1, java.util.List<Argument> arguments2)
-