Uses of Class
com.graphql_java_generator.client.request.QueryField
Package | Description |
---|---|
com.graphql_java_generator.client.request |
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 QueryField Modifier and Type Method Description QueryField
AbstractGraphQLRequest. 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.QueryField
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.QueryField
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 Modifier and Type Method Description java.util.List<QueryField>
QueryField. getFields()