Skip to main content

UpdateRecordInput

UpdateRecordInput is used for update Record object. Input was generated by ent.

input UpdateRecordInput {
profileImage: String
clearProfileImage: Boolean
externalProfileURL: String
clearExternalProfileURL: Boolean
addRecordValueIDs: [ID!]
removeRecordValueIDs: [ID!]
clearRecordValues: Boolean
addListIDs: [ID!]
removeListIDs: [ID!]
clearLists: Boolean
addAssociatedRecordIDs: [ID!]
removeAssociatedRecordIDs: [ID!]
clearAssociatedRecords: Boolean
addNoteIDs: [ID!]
removeNoteIDs: [ID!]
clearNote: Boolean
addTaskIDs: [ID!]
removeTaskIDs: [ID!]
clearTasks: Boolean
addFileIDs: [ID!]
removeFileIDs: [ID!]
clearFiles: Boolean
}

Fields

UpdateRecordInput.profileImage ● String scalar

UpdateRecordInput.clearProfileImage ● Boolean scalar

UpdateRecordInput.externalProfileURL ● String scalar

UpdateRecordInput.clearExternalProfileURL ● Boolean scalar

UpdateRecordInput.addRecordValueIDs ● [ID!] list scalar

UpdateRecordInput.removeRecordValueIDs ● [ID!] list scalar

UpdateRecordInput.clearRecordValues ● Boolean scalar

UpdateRecordInput.addListIDs ● [ID!] list scalar

UpdateRecordInput.removeListIDs ● [ID!] list scalar

UpdateRecordInput.clearLists ● Boolean scalar

UpdateRecordInput.addAssociatedRecordIDs ● [ID!] list scalar

UpdateRecordInput.removeAssociatedRecordIDs ● [ID!] list scalar

UpdateRecordInput.clearAssociatedRecords ● Boolean scalar

UpdateRecordInput.addNoteIDs ● [ID!] list scalar

UpdateRecordInput.removeNoteIDs ● [ID!] list scalar

UpdateRecordInput.clearNote ● Boolean scalar

UpdateRecordInput.addTaskIDs ● [ID!] list scalar

UpdateRecordInput.removeTaskIDs ● [ID!] list scalar

UpdateRecordInput.clearTasks ● Boolean scalar

UpdateRecordInput.addFileIDs ● [ID!] list scalar

UpdateRecordInput.removeFileIDs ● [ID!] list scalar

UpdateRecordInput.clearFiles ● Boolean scalar

Member Of

updateRecord mutation