Skip to main content

CreateNoteInput

All input for the create Note mutation.

input CreateNoteInput {
clientMutationId: String
note: NoteInput!
}

Fields

CreateNoteInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreateNoteInput.note ● NoteInput! non-null input

The Note to be created by this mutation.

Member Of

createNote mutation