Mutations
/create_doc
create_doc
Create a new doc.
Arguments
location
CreateDocInput!
Required
new monday doc location
Returns
- Create a new doc.
mutation create_doc($location: CreateDocInput!) { create_doc(location: $location) { # create_doc fields } }
Built with