noteDelete
This is the mutation for deleting a note for given note guid. The deleteNote mutation accepts Note guid as input and appropriate response message/string.
An example of the request is as follows:
mutation {
noteDelete(id: "e599c450-zyxw-abcd-b7ab-59476")
}
noteDelete(
id: ID!
): Boolean
Arguments
noteDelete.id ● ID! non-null scalar miscellaneous
Type
Boolean scalar miscellaneous
The Boolean scalar type represents true or false.
Was this topic helpful?