PermissionGroupCreateInput Input Type
No description
input PermissionGroupCreateInput {
addPermissions: [PermissionEnum!]
addUsers: [ID!]
addChannels: [ID!]
name: String!
restrictedAccessToChannels: Boolean
}
Fields
addPermissions ● [PermissionEnum!]
List of permission code names to assign to this group.
addUsers ● [ID!]
List of users to assign to this group.
addChannels ● [ID!]
List of channels to assign to this group.
name ● String!
Group name.
restrictedAccessToChannels ● Boolean
Determine if the group has restricted access to channels. DEFAULT: False
Member Of
permissionGroupCreate mutation