Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
GraphQLFieldDefinition.Builder |
GraphQLFieldDefinition.Builder.argument(GraphQLArgument.Builder builder)
Same effect as the argument(GraphQLArgument).
|
GraphQLDirective.Builder |
GraphQLDirective.Builder.argument(GraphQLArgument.Builder builder)
Same effect as the argument(GraphQLArgument).
|
Modifier and Type | Method and Description |
---|---|
GraphQLFieldDefinition.Builder |
GraphQLFieldDefinition.Builder.argument(UnaryOperator<GraphQLArgument.Builder> builderFunction)
Take an argument builder in a function definition and apply.
|
GraphQLDirective.Builder |
GraphQLDirective.Builder.argument(UnaryOperator<GraphQLArgument.Builder> builderFunction)
Take an argument builder in a function definition and apply.
|
GraphQLArgument |
GraphQLArgument.transform(Consumer<GraphQLArgument.Builder> builderConsumer)
This helps you transform the current GraphQLArgument into another one by starting a builder with all
the current values and allows you to transform it how you want.
|
Copyright © 2019. All rights reserved.