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