Uses of Class
org.junittest.starwars_client_springconfiguration.GraphQLReactiveRequestMySchema
Packages that use GraphQLReactiveRequestMySchema
-
Uses of GraphQLReactiveRequestMySchema in org.junittest.starwars_client_springconfiguration
Methods in org.junittest.starwars_client_springconfiguration that return GraphQLReactiveRequestMySchemaModifier and TypeMethodDescriptionQueryTypeReactiveExecutorMySchema.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getAddFriendGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the addFriend REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getCharactersGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the characters REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getCreateHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createHuman REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getDroidGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the droid REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestMySchema
for full request.QueryTypeReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestMySchema
for full request.SubscriptionTypeReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.QueryTypeReactiveExecutorMySchema.getHeroGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the hero REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the human REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionTypeReactiveExecutorMySchema.getNewCharacterGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the newCharacter REACTIVE_EXECUTOR, created with the given Partial request.