Uses of Class
org.junittest.starwars_client_springconfiguration.GraphQLRequestMySchema
Packages that use GraphQLRequestMySchema
-
Uses of GraphQLRequestMySchema in org.junittest.starwars_client_springconfiguration
Methods in org.junittest.starwars_client_springconfiguration that return GraphQLRequestMySchemaModifier and TypeMethodDescriptionQueryTypeExecutorMySchema.get__schemaGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __schema EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.get__typeGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __type EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __typename EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __typename EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getAddFriendGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the addFriend EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getCharactersGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the characters EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getCreateHumanGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createHuman EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getDroidGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the droid EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.QueryTypeExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.SubscriptionTypeExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchema, to obtain a prepared full request.QueryTypeExecutorMySchema.getHeroGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the hero EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getHumanGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the human EXECUTOR, created with the given Partial request.SubscriptionTypeExecutorMySchema.getNewCharacterGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the newCharacter EXECUTOR, created with the given Partial request.