Uses of Class
com.graphql_java_generator.domain.client.forum.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return TopicModifier and TypeMethodDescriptionTopic.Builder.build()
Mutation.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.Mutation.getCreateTopic()
Methods in com.graphql_java_generator.domain.client.forum that return types with arguments of type TopicModifier and TypeMethodDescriptionQuery.findTopics
(ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.Query.findTopics
(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.QueryExecutorMySchema.findTopics
(ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryExecutorMySchema.findTopics
(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Query.findTopicsWithBindValues
(ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) Deprecated.Query.findTopicsWithBindValues
(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) Deprecated.QueryExecutorMySchema.findTopicsWithBindValues
(ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.findTopicsWithBindValues
(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getFindTopics()
Board.getTopics()
Query.getTopics()
Query.topics
(ObjectResponse objectResponse, String boardName, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorMySchema.topics
(ObjectResponse objectResponse, String boardName, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.Query.topicsWithBindValues
(ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) Deprecated.Query.topicsWithBindValues
(String queryResponseDef, String boardName, Map<String, Object> parameters) Deprecated.QueryExecutorMySchema.topicsWithBindValues
(ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.topicsWithBindValues
(String queryResponseDef, String boardName, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in com.graphql_java_generator.domain.client.forum with parameters of type TopicModifier and TypeMethodDescriptionvoid
Mutation.setCreateTopic
(Topic createTopic) Mutation.Builder.withCreateTopic
(Topic createTopic) Method parameters in com.graphql_java_generator.domain.client.forum with type arguments of type TopicModifier and TypeMethodDescriptionvoid
Query.setFindTopics
(List<Topic> findTopics) void
void
Query.Builder.withFindTopics
(List<Topic> findTopics) Board.Builder.withTopics
(List<Topic> topics) Query.Builder.withTopics
(List<Topic> topics) -
Uses of Topic 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 that return TopicModifier and TypeMethodDescriptionGraphQLTwoRepositoriesForumTestCase.createTopic
(TopicInput input) A Mutation