Uses of Class
org.junittest.forum_client_springconfiguration.PostInput
Packages that use PostInput
-
Uses of PostInput in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return PostInputMethods in org.junittest.forum_client_springconfiguration with parameters of type PostInputModifier and TypeMethodDescriptionMutationExecutorMySchema.createPost
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) This method executes a partial query on the createPost mutation against the GraphQL server.MutationReactiveExecutorMySchema.createPost
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationExecutorMySchema.createPostWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) This method executes a partial query on the createPost mutation against the GraphQL server.MutationReactiveExecutorMySchema.createPostWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.forum_client_springconfiguration with type arguments of type PostInputModifier and TypeMethodDescriptionMutationExecutorMySchema.createPosts
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) This method executes a partial query on the createPosts mutation against the GraphQL server.MutationReactiveExecutorMySchema.createPosts
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationExecutorMySchema.createPostsWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) This method executes a partial query on the createPosts mutation against the GraphQL server.MutationReactiveExecutorMySchema.createPostsWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.