RemoveNoteInput
Autogenerated input type of RemoveNote
input RemoveNoteInput {
clientMutationId: String
noteId: ID!
}
Fields
RemoveNoteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RemoveNoteInput.noteId ● ID! non-null scalar common
The unique identifier of the note to be removed.
Member Of
removeNote mutation