addBook
Add a new book to the system.
Arguments
inputBookInput!Required
The data for the book to create.
Returns
Add a new book to the system.
Built with
Show your support! Star us on GitHub ⭐️
Add a new book to the system.
inputBookInput!RequiredShow your support! Star us on GitHub ⭐️
mutation addBook($input: BookInput!) { addBook(input: $input) { # addBook fields } }