Skip to main content

UpdateNoteInput

Autogenerated input type of UpdateNote

input UpdateNoteInput {
clientMutationId: String
content: String!
noteId: ID!
}

Fields

UpdateNoteInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateNoteInput.content ● String! non-null scalar common

The new content of the note.

UpdateNoteInput.noteId ● ID! non-null scalar common

The unique identifier of the note to be updated.

Member Of

updateNote mutation