Uses of Class
org.junittest.forum_client_springconfiguration.GraphQLRequestMySchema
Packages that use GraphQLRequestMySchema
-
Uses of GraphQLRequestMySchema in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return GraphQLRequestMySchemaModifier and TypeMethodDescriptionQueryExecutorMySchema.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __schema EXECUTOR, created with the given Partial request.QueryExecutorMySchema.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __type EXECUTOR, created with the given Partial request.MutationExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __typename EXECUTOR, created with the given Partial request.QueryExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the __typename EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the boards EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateBoardGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createBoard EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateMemberGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createMember EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreatePostGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createPost EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreatePostsGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createPosts EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateTopicGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the createTopic EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getFindTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the findTopics EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.QueryExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.SubscriptionExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
, to obtain a prepared full request.QueryExecutorMySchema.getNbBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the nbBoards EXECUTOR, created with the given Partial request.SubscriptionExecutorMySchema.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the subscribeToNewPost EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the topics EXECUTOR, created with the given Partial request.