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