UpdateListInput
UpdateListInput is used for update List object. Input was generated by ent.
input UpdateListInput {
name: String
addGroupIDs: [ID!]
removeGroupIDs: [ID!]
clearGroups: Boolean
addRecordIDs: [ID!]
removeRecordIDs: [ID!]
clearRecords: Boolean
}
Fields
UpdateListInput.name ● String scalar
UpdateListInput.addGroupIDs ● [ID!] list scalar
UpdateListInput.removeGroupIDs ● [ID!] list scalar
UpdateListInput.clearGroups ● Boolean scalar
UpdateListInput.addRecordIDs ● [ID!] list scalar
UpdateListInput.removeRecordIDs ● [ID!] list scalar
UpdateListInput.clearRecords ● Boolean scalar
Member Of
updateList mutation