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 QueryField
AbstractGraphQLRequest.getMutationContext()
Retrieved theQueryField
for the mutation (that is the mutation type coming from the GraphQL schema) from the concrete class.AbstractGraphQLRequest.getQuery()
protected abstract QueryField
AbstractGraphQLRequest.getQueryContext()
Retrieved theQueryField
for the query (that is the query type coming from the GraphQL schema) from the concrete class.AbstractGraphQLRequest.getSubscription()
protected abstract QueryField
AbstractGraphQLRequest.getSubscriptionContext()
Retrieved theQueryField
for 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