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 theGraphQLReactiveRequestMySchemafor the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.get__typeGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getBoardsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the boards REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateBoardGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createBoard REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateMemberGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createMember REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreatePostGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createPost REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreatePostsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createPosts REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getCreateTopicGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the createTopic REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getFindTopicsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the findTopics REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestMySchemafor full request.QueryReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestMySchemafor full request.SubscriptionReactiveExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.QueryReactiveExecutorMySchema.getNbBoardsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the nbBoards REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionReactiveExecutorMySchema.getSubscribeToNewPostGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the subscribeToNewPost REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorMySchema.getTopicsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestMySchemafor the topics REACTIVE_EXECUTOR, created with the given Partial request.