Uses of Class
com.generated.graphql.util.GraphQLReactiveRequest
-
Uses of GraphQLReactiveRequest in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeReactiveExecutor.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutor.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutor.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutor.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutor.getAddFriendGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the addFriend REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutor.getCharactersGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the characters REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutor.getCreateHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the createHuman REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutor.getDroidGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the droid REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequest
for full request.QueryTypeReactiveExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequest
for full request.SubscriptionTypeReactiveExecutor.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.QueryTypeReactiveExecutor.getHeroGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the hero REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutor.getHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequest
for the human REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionTypeReactiveExecutor.getNewCharacterGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the newCharacter REACTIVE_EXECUTOR, created with the given Partial request.