Uses of Class
org.forum.client.GraphQLReactiveRequestForum
Packages that use GraphQLReactiveRequestForum
-
Uses of GraphQLReactiveRequestForum in org.forum.client
Methods in org.forum.client that return GraphQLReactiveRequestForumModifier and TypeMethodDescriptionQueryReactiveExecutorForum.get__schemaGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the __schema REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorForum.get__typeGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the __type REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorForum.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the __typename REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorForum.getBoardsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the boards REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getCreateBoardGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the createBoard REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getCreateMemberGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the createMember REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getCreatePostGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the createPost REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getCreatePostsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the createPosts REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getCreateTopicGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the createTopic REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorForum.getFindTopicsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the findTopics REACTIVE_EXECUTOR, created with the given Partial request.MutationReactiveExecutorForum.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestForumfor full request.QueryReactiveExecutorForum.getGraphQLRequest(String fullRequest) Get theGraphQLReactiveRequestForumfor full request.SubscriptionReactiveExecutorForum.getGraphQLRequest(String fullRequest) Get theGraphQLRequestForumfor full request.QueryReactiveExecutorForum.getNbBoardsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the nbBoards REACTIVE_EXECUTOR, created with the given Partial request.SubscriptionReactiveExecutorForum.getSubscribeToNewPostGraphQLRequest(String partialRequest) Get theGraphQLRequestForumfor the subscribeToNewPost REACTIVE_EXECUTOR, created with the given Partial request.QueryReactiveExecutorForum.getTopicsGraphQLRequest(String partialRequest) Get theGraphQLReactiveRequestForumfor the topics REACTIVE_EXECUTOR, created with the given Partial request.