Uses of Class
org.forum.client.GraphQLRequestForum
-
Uses of GraphQLRequestForum in org.forum.client
Modifier and TypeMethodDescriptionQuery.get__schemaGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the __schema EXECUTOR, created with the given Partial request.Query.get__typeGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the __type EXECUTOR, created with the given Partial request.Mutation.get__typenameGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the __typename EXECUTOR, created with the given Partial request.Query.get__typenameGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the __typename EXECUTOR, created with the given Partial request.Query.getBoardsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.getBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the boards EXECUTOR, created with the given Partial request.Mutation.getCreateBoardGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.getCreateBoardGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the createBoard EXECUTOR, created with the given Partial request.Mutation.getCreateMemberGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.getCreateMemberGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the createMember EXECUTOR, created with the given Partial request.Mutation.getCreatePostGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.getCreatePostGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the createPost EXECUTOR, created with the given Partial request.Mutation.getCreatePostsGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.getCreatePostsGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the createPosts EXECUTOR, created with the given Partial request.Mutation.getCreateTopicGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorForum.getCreateTopicGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the createTopic EXECUTOR, created with the given Partial request.Query.getFindTopicsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.getFindTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the findTopics EXECUTOR, created with the given Partial request.Mutation.getGraphQLRequest
(String fullRequest) Deprecated.MutationExecutorForum.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestForum
for full request.Query.getGraphQLRequest
(String fullRequest) Deprecated.QueryExecutorForum.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestForum
for full request.SubscriptionExecutorForum.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestForum
, to obtain a prepared full request.Query.getNbBoardsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.getNbBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the nbBoards EXECUTOR, created with the given Partial request.Subscription.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Deprecated.SubscriptionExecutorForum.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the subscribeToNewPost EXECUTOR, created with the given Partial request.Query.getTopicsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorForum.getTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequestForum
for the topics EXECUTOR, created with the given Partial request.