Package org.forum.client
Class MutationResponse
java.lang.Object
org.forum.client.MutationExecutorForum
org.forum.client.Mutation
org.forum.client.MutationResponse
- All Implemented Interfaces:
GraphQLMutationExecutor
,GraphQLRequestObject
Deprecated.
This class is deprecated. Please use the Mutation instead.
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
- Author:
- etienne-sf
-
Nested Class Summary
Nested classes/interfaces inherited from class org.forum.client.Mutation
Mutation.Builder
-
Field Summary
Fields inherited from class org.forum.client.Mutation
thisIsADummyFieldToCheckThatThisTemplateIsUsed
-
Constructor Summary
-
Method Summary
Methods inherited from class org.forum.client.Mutation
__typename, __typename, __typenameWithBindValues, __typenameWithBindValues, builder, createBoard, createBoard, createBoardWithBindValues, createBoardWithBindValues, createMember, createMember, createMemberWithBindValues, createMemberWithBindValues, createPost, createPost, createPosts, createPosts, createPostsWithBindValues, createPostsWithBindValues, createPostWithBindValues, createPostWithBindValues, createTopic, createTopic, createTopicWithBindValues, createTopicWithBindValues, exec, exec, execWithBindValues, execWithBindValues, get__typename, get__typenameGraphQLRequest, get__typenameResponseBuilder, getAliasValue, getCreateBoard, getCreateBoardGraphQLRequest, getCreateBoardResponseBuilder, getCreateMember, getCreateMemberGraphQLRequest, getCreateMemberResponseBuilder, getCreatePost, getCreatePostGraphQLRequest, getCreatePostResponseBuilder, getCreatePosts, getCreatePostsGraphQLRequest, getCreatePostsResponseBuilder, getCreateTopic, getCreateTopicGraphQLRequest, getCreateTopicResponseBuilder, getExtensions, getExtensionsAsMap, getExtensionsField, getGraphQLRequest, getResponseBuilder, set__typename, setAliasValue, setCreateBoard, setCreateMember, setCreatePost, setCreatePosts, setCreateTopic, setExtensions, toString
-
Constructor Details
-
MutationResponse
public MutationResponse()Deprecated.
-
Mutation
class instead.