Uses of Class
org.forum.client.TopicInput
Packages that use TopicInput
-
Uses of TopicInput in org.forum.client
Methods in org.forum.client that return TopicInputMethods in org.forum.client with parameters of type TopicInputModifier and TypeMethodDescriptionMutation.createTopic
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) Deprecated.Mutation.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) Deprecated.MutationExecutorForum.createTopic
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorForum.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query on the createTopic mutation against the GraphQL server.MutationReactiveExecutorForum.createTopic
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Mutation.createTopicWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) Deprecated.Mutation.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createTopicWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorForum.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query on the createTopic mutation against the GraphQL server.MutationReactiveExecutorForum.createTopicWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.