Uses of Class
com.generated.graphql.util.GraphQLRequest
-
Uses of GraphQLRequest in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeExecutor.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __schema EXECUTOR, created with the given Partial request.QueryTypeExecutor.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __type EXECUTOR, created with the given Partial request.MutationTypeExecutor.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __typename EXECUTOR, created with the given Partial request.QueryTypeExecutor.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __typename EXECUTOR, created with the given Partial request.MutationTypeExecutor.getAddFriendGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the addFriend EXECUTOR, created with the given Partial request.QueryTypeExecutor.getCharactersGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the characters EXECUTOR, created with the given Partial request.MutationTypeExecutor.getCreateHumanGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createHuman EXECUTOR, created with the given Partial request.QueryTypeExecutor.getDroidGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the droid EXECUTOR, created with the given Partial request.MutationTypeExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.QueryTypeExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.SubscriptionTypeExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
, to obtain a prepared full request.QueryTypeExecutor.getHeroGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the hero EXECUTOR, created with the given Partial request.QueryTypeExecutor.getHumanGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the human EXECUTOR, created with the given Partial request.SubscriptionTypeExecutor.getNewCharacterGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the newCharacter EXECUTOR, created with the given Partial request.