Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
GraphQLInputObjectType.Builder |
GraphQLInputObjectType.Builder.field(GraphQLInputObjectField.Builder builder)
Same effect as the field(GraphQLFieldDefinition).
|
Modifier and Type | Method and Description |
---|---|
GraphQLInputObjectType.Builder |
GraphQLInputObjectType.Builder.field(UnaryOperator<GraphQLInputObjectField.Builder> builderFunction)
Take a field builder in a function definition and apply.
|
GraphQLInputObjectField |
GraphQLInputObjectField.transform(Consumer<GraphQLInputObjectField.Builder> builderConsumer)
This helps you transform the current GraphQLInputObjectField 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.