Skip to main content

AccessRightsInput

AccessRights input

input AccessRightsInput {
cascadeUpdate: Boolean
inheritType: AccessInherit
teamIds: [ID!]
type: Access
userResourceIds: [ID!]
}

Fields

AccessRightsInput.cascadeUpdate ● Boolean scalar

Update all child objects (Articles, Tasks) too.

AccessRightsInput.inheritType ● AccessInherit enum

Select the way access rights will be set up for the added child objects

AccessRightsInput.teamIds ● [ID!] list scalar

Team ids

AccessRightsInput.type ● Access enum

Access rights type

AccessRightsInput.userResourceIds ● [ID!] list scalar

User resource ids

Member Of

AttachmentFolderCreateInput input ● AttachmentFolderUpdateInput input