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
(ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) Deprecated.Mutation.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) Deprecated.MutationExecutorForum.createTopic
(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
(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
(ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) Deprecated.Mutation.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createTopicWithBindValues
(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
(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.