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