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 theGraphQLReactiveRequestMySchemafor the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.get__typeGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __typename REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getAddFriendGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the addFriend REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getCharactersGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the characters REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getCreateHumanGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createHuman REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getDroidGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the droid REACTIVE_EXECUTOR, created with the given Partial request.MutationTypeReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestMySchemafor full request.QueryTypeReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestMySchemafor full request.SubscriptionTypeReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.QueryTypeReactiveExecutorMySchema.getHeroGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the hero REACTIVE_EXECUTOR, created with the given Partial request.QueryTypeReactiveExecutorMySchema.getHumanGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the human REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionTypeReactiveExecutorMySchema.getNewCharacterGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the newCharacter REACTIVE_EXECUTOR, created with the given Partial request.