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 theGraphQLRequestMySchema
for the __schema EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __type EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __typename EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __typename EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getAddFriendGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the addFriend EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getCharactersGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the characters EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getCreateHumanGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createHuman EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getDroidGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the droid EXECUTOR, created with the given Partial request.MutationTypeExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.QueryTypeExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.SubscriptionTypeExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
, to obtain a prepared full request.QueryTypeExecutorMySchema.getHeroGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the hero EXECUTOR, created with the given Partial request.QueryTypeExecutorMySchema.getHumanGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the human EXECUTOR, created with the given Partial request.SubscriptionTypeExecutorMySchema.getNewCharacterGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the newCharacter EXECUTOR, created with the given Partial request.