Uses of Class
com.graphql_java_generator.domain.client.forum.GraphQLRequest
Packages that use GraphQLRequest
-
Uses of GraphQLRequest in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return GraphQLRequestModifier and TypeMethodDescriptionQuery.get__schemaGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __schema executor, created with the given Partial request.Query.get__typeGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __type executor, created with the given Partial request.Mutation.get__typenameGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __typename executor, created with the given Partial request.Query.get__typenameGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the __typename executor, created with the given Partial request.Query.getBoardsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.getBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the boards executor, created with the given Partial request.Mutation.getCreateBoardGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.getCreateBoardGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createBoard executor, created with the given Partial request.Mutation.getCreateMemberGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.getCreateMemberGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createMember executor, created with the given Partial request.Mutation.getCreatePostGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.getCreatePostGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createPost executor, created with the given Partial request.Mutation.getCreatePostsGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.getCreatePostsGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createPosts executor, created with the given Partial request.Mutation.getCreateTopicGraphQLRequest
(String partialRequest) Deprecated.MutationExecutorMySchema.getCreateTopicGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the createTopic executor, created with the given Partial request.Query.getFindTopicsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.getFindTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the findTopics executor, created with the given Partial request.Mutation.getGraphQLRequest
(String fullRequest) Deprecated.MutationExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.Query.getGraphQLRequest
(String fullRequest) Deprecated.QueryExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.SubscriptionExecutorMySchema.getGraphQLRequest
(String fullRequest) Get theGraphQLRequest
for full request.Query.getNbBoardsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.getNbBoardsGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the nbBoards executor, created with the given Partial request.Subscription.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Deprecated.SubscriptionExecutorMySchema.getSubscribeToNewPostGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the subscribeToNewPost executor, created with the given Partial request.Query.getTopicsGraphQLRequest
(String partialRequest) Deprecated.QueryExecutorMySchema.getTopicsGraphQLRequest
(String partialRequest) Get theGraphQLRequest
for the topics executor, created with the given Partial request.