Skip to main content

UpdateResourceBulkInput

No description

input UpdateResourceBulkInput {
resourceIds: [String!]!
column: String!
value: String!
}

Fields

UpdateResourceBulkInput.resourceIds ● [String!]! non-null scalar

Resources to update. The same column and value are applied to all of them.

UpdateResourceBulkInput.column ● String! non-null scalar

Resource column to set. One of internal, is_pinned, or parent_folder_id.

UpdateResourceBulkInput.value ● String! non-null scalar

New value for the column, as a string. Boolean columns treat exactly "true" as true and every other string as false; parent_folder_id takes the target folder id.

Member Of

updateResourceBulk mutation