Uses of Class
org.junittest.forum_client_springconfiguration.GraphQLReactiveRequestMySchema
Packages that use GraphQLReactiveRequestMySchema
-
Uses of GraphQLReactiveRequestMySchema in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return GraphQLReactiveRequestMySchemaModifier and TypeMethodDescriptionQueryReactiveExecutorMySchema.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getBoardsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the boards REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateBoardGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createBoard REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateMemberGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createMember REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreatePostGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createPost REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreatePostsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createPosts REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateTopicGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the createTopic REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getFindTopicsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the findTopics REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestMySchema
for full request.QueryReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestMySchema
for full request.SubscriptionReactiveExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestMySchema
for full request.QueryReactiveExecutorMySchema.getNbBoardsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the nbBoards REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionReactiveExecutorMySchema.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Get theGraphQLRequestMySchema
for the subscribeToNewPost REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getTopicsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestMySchema
for the topics REACTIVE_EXECUTOR, created with the given Partial request.