Uses of Class
com.graphql_java_generator.client.request.QueryField
Packages that use QueryField
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of QueryField in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return QueryFieldModifier and TypeMethodDescriptionAbstractGraphQLRequest.getMutation()protected abstract QueryFieldAbstractGraphQLRequest.getMutationContext()Retrieved theQueryFieldfor the mutation (that is the mutation type coming from the GraphQL schema) from the concrete class.AbstractGraphQLRequest.getQuery()protected abstract QueryFieldAbstractGraphQLRequest.getQueryContext()Retrieved theQueryFieldfor the query (that is the query type coming from the GraphQL schema) from the concrete class.AbstractGraphQLRequest.getSubscription()protected abstract QueryFieldAbstractGraphQLRequest.getSubscriptionContext()Retrieved theQueryFieldfor the subscription (that is the subscription type coming from the GraphQL schema) from the concrete class.Methods in com.graphql_java_generator.client.request that return types with arguments of type QueryField