Uses of Class
org.forum.server.graphql.TopicInput
Packages that use TopicInput
Package
Description
-
Uses of TopicInput in org.forum.server.graphql
Methods in org.forum.server.graphql that return TopicInput -
Uses of TopicInput in org.forum.server.graphql.util
Methods in org.forum.server.graphql.util with parameters of type TopicInputModifier and TypeMethodDescriptionDataFetchersDelegateMutation.createTopic
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TopicInput topic) This method loads the data for Mutation.createTopic.MutationController.createTopic
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TopicInput topic) This method loads the data for ${dataFetcher.graphQLType}.createTopic. -
Uses of TopicInput in org.forum.server.specific_code
Methods in org.forum.server.specific_code with parameters of type TopicInputModifier and TypeMethodDescriptionDataFetchersDelegateMutationImpl.createTopic
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TopicInput topicInput)