Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookResolver

Hierarchy

  • BookResolver

Index

Constructors

constructor

Properties

Private authorService

authorService: AuthorService

Private bookService

bookService: BookService

Methods

authors

  • authors(book: Partial<Book>): Promise<(Author & Document)[]>

book

  • book(bookId: string): Promise<Book & Document>

books

  • books(): Promise<(Book & Document)[]>

createBook

Generated using TypeDoc