Uses of Class
graphql.schema.GraphQLUnionType.Builder
-
Packages that use GraphQLUnionType.Builder Package Description graphql.schema -
-
Uses of GraphQLUnionType.Builder in graphql.schema
Methods in graphql.schema with parameters of type GraphQLUnionType.Builder Modifier and Type Method Description GraphQLFieldDefinition.Builder
GraphQLFieldDefinition.Builder. type(GraphQLUnionType.Builder builder)
Method parameters in graphql.schema with type arguments of type GraphQLUnionType.Builder Modifier and Type Method Description GraphQLUnionType
GraphQLUnionType. transform(java.util.function.Consumer<GraphQLUnionType.Builder> builderConsumer)
This helps you transform the current GraphQLUnionType into another one by starting a builder with all the current values and allows you to transform it how you want.
-