Skip to main content

UpdateNoteInput

UpdateNoteInput is used for update Note object. Input was generated by ent.

input UpdateNoteInput {
title: String
clearTitle: Boolean
contents: String
attachments: [String!]
appendAttachments: [String!]
pinned: Boolean
clearPinned: Boolean
addRecordIDs: [ID!]
removeRecordIDs: [ID!]
clearRecords: Boolean
}

Fields

UpdateNoteInput.title ● String scalar

UpdateNoteInput.clearTitle ● Boolean scalar

UpdateNoteInput.contents ● String scalar

UpdateNoteInput.attachments ● [String!] list scalar

UpdateNoteInput.appendAttachments ● [String!] list scalar

UpdateNoteInput.pinned ● Boolean scalar

UpdateNoteInput.clearPinned ● Boolean scalar

UpdateNoteInput.addRecordIDs ● [ID!] list scalar

UpdateNoteInput.removeRecordIDs ● [ID!] list scalar

UpdateNoteInput.clearRecords ● Boolean scalar

Member Of

updateNote mutation