Uses of Class
org.forum.server.graphql.Board
Packages that use Board
Package
Description
-
Uses of Board in org.forum.server.graphql
Methods in org.forum.server.graphql that return BoardMethods in org.forum.server.graphql that return types with arguments of type BoardMethods in org.forum.server.graphql with parameters of type BoardModifier and TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) Mutation.Builder.withCreateBoard
(Board createBoardParam) Method parameters in org.forum.server.graphql with type arguments of type Board -
Uses of Board in org.forum.server.graphql.util
Methods in org.forum.server.graphql.util that return types with arguments of type BoardModifier and TypeMethodDescriptionDataFetchersDelegateBoard.batchLoader
(List<Long> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.DataFetchersDelegateBoard.unorderedReturnBatchLoader
(List<Long> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Methods in org.forum.server.graphql.util with parameters of type BoardModifier and TypeMethodDescriptionBoardController.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since) This method loads the data for ${dataFetcher.graphQLType}.topics.DataFetchersDelegateBoard.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since) This method loads the data for Board.topics. -
Uses of Board in org.forum.server.jpa
Methods in org.forum.server.jpa that return types with arguments of type Board -
Uses of Board in org.forum.server.specific_code
Methods in org.forum.server.specific_code that return BoardModifier and TypeMethodDescriptionDataFetchersDelegateMutationImpl.createBoard
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name, Boolean publiclyAvailable) Methods in org.forum.server.specific_code that return types with arguments of type BoardModifier and TypeMethodDescriptionDataFetchersDelegateQueryImpl.boards
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) Methods in org.forum.server.specific_code with parameters of type BoardModifier and TypeMethodDescriptionDataFetchersDelegateBoardImpl.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since) DataFetchersDelegateBoardImpl.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Board source, Date since)