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