Skip to main content
Version: 3.x

PermissionGroupError

No description

type PermissionGroupError {
field: String
message: String
code: PermissionGroupErrorCode!
permissions: [PermissionEnum!]
users: [ID!]
channels: [ID!]
}

Fields

PermissionGroupError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

PermissionGroupError.message ● String scalar

The error message.

PermissionGroupError.code ● PermissionGroupErrorCode! non-null enum

The error code.

PermissionGroupError.permissions ● [PermissionEnum!] list enum

List of permissions which causes the error.

PermissionGroupError.users ● [ID!] list scalar

List of user IDs which causes the error.

PermissionGroupError.channels ● [ID!] list scalar

List of chnnels IDs which causes the error.

Member of

PermissionGroupCreate object ● PermissionGroupDelete object ● PermissionGroupUpdate object


Was this page helpful?