Uses of Class
org.forum.server.graphql.PostInput
Packages that use PostInput
Package
Description
-
Uses of PostInput in org.forum.server.graphql
Methods in org.forum.server.graphql that return PostInput -
Uses of PostInput in org.forum.server.graphql.util
Methods in org.forum.server.graphql.util with parameters of type PostInputModifier and TypeMethodDescriptionDataFetchersDelegateMutation.createPost
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, PostInput post) This method loads the data for Mutation.createPost.MutationController.createPost
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, PostInput post) This method loads the data for ${dataFetcher.graphQLType}.createPost.Method parameters in org.forum.server.graphql.util with type arguments of type PostInputModifier and TypeMethodDescriptionDataFetchersDelegateMutation.createPosts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<PostInput> spam) This method loads the data for Mutation.createPosts.MutationController.createPosts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<PostInput> spam) This method loads the data for ${dataFetcher.graphQLType}.createPosts. -
Uses of PostInput in org.forum.server.specific_code
Methods in org.forum.server.specific_code with parameters of type PostInputModifier and TypeMethodDescriptionDataFetchersDelegateMutationImpl.createPost
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, PostInput postParam) Method parameters in org.forum.server.specific_code with type arguments of type PostInputModifier and TypeMethodDescriptionDataFetchersDelegateMutationImpl.createPosts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<PostInput> spam)