Uses of Class
org.junittest.forum_server_springconfiguration.Board
Packages that use Board
-
Uses of Board in org.junittest.forum_server_springconfiguration
Methods in org.junittest.forum_server_springconfiguration that return BoardMethods in org.junittest.forum_server_springconfiguration that return types with arguments of type BoardModifier and TypeMethodDescriptionDataFetchersDelegateBoard.batchLoader
(List<String> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Query.getBoards()
DataFetchersDelegateBoard.unorderedReturnBatchLoader
(List<String> 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.junittest.forum_server_springconfiguration with parameters of type BoardModifier and TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) BoardController.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Topic> dataLoader, Board origin, Date since) This method loads the data for ${dataFetcher.graphQLType}.topics.DataFetchersDelegateBoard.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Topic> dataLoader, Board origin, Date since) This method loads the data for Board.topics.Mutation.Builder.withCreateBoard
(Board createBoardParam) Method parameters in org.junittest.forum_server_springconfiguration with type arguments of type Board