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