Uses of Class
org.forum.client.PostInput
-
Uses of PostInput in org.forum.client
Modifier and TypeMethodDescriptionMutation.createPost
(ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) Deprecated.Mutation.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) Deprecated.MutationExecutorForum.createPost
(ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorForum.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) This method executes a partial query on the createPost mutation against the GraphQL server.MutationReactiveExecutorForum.createPost
(ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Mutation.createPostWithBindValues
(ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) Deprecated.Mutation.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createPostWithBindValues
(ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorForum.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) This method executes a partial query on the createPost mutation against the GraphQL server.MutationReactiveExecutorForum.createPostWithBindValues
(ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionMutation.createPosts
(ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) Deprecated.Mutation.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) Deprecated.MutationExecutorForum.createPosts
(ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorForum.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) This method executes a partial query on the createPosts mutation against the GraphQL server.MutationReactiveExecutorForum.createPosts
(ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Mutation.createPostsWithBindValues
(ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) Deprecated.Mutation.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createPostsWithBindValues
(ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorForum.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) This method executes a partial query on the createPosts mutation against the GraphQL server.MutationReactiveExecutorForum.createPostsWithBindValues
(ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.