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 QueryFieldAbstractGraphQLRequest. getMutation()protected abstract QueryFieldAbstractGraphQLRequest. getMutationContext()Retrieved theQueryFieldfor the mutation (that is the mutation type coming from the GraphQL schema) from the concrete class.QueryFieldAbstractGraphQLRequest. getQuery()protected abstract QueryFieldAbstractGraphQLRequest. getQueryContext()Retrieved theQueryFieldfor the query (that is the query type coming from the GraphQL schema) from the concrete class.QueryFieldAbstractGraphQLRequest. 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 Modifier and Type Method Description java.util.List<QueryField>QueryField. getFields()