Uses of Class
com.graphql_java_generator.domain.client.forum.TopicInput
Packages that use TopicInput
Package
Description
-
Uses of TopicInput in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return TopicInputMethods in com.graphql_java_generator.domain.client.forum with parameters of type TopicInputModifier and TypeMethodDescriptionMutation.createTopic
(ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) Deprecated.Mutation.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) Deprecated.MutationExecutorMySchema.createTopic
(ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.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.MutationExecutorMySchema.createTopicWithBindValues
(ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query against the GraphQL server. -
Uses of TopicInput in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok with parameters of type TopicInputModifier and TypeMethodDescriptionGraphQLTwoRepositoriesForumTestCase.createTopic
(TopicInput input) A Mutation