PermissionGroupError Object
No description
type PermissionGroupError {
field: String
message: String
code: PermissionGroupErrorCode!
permissions: [PermissionEnum!]
users: [ID!]
channels: [ID!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● PermissionGroupErrorCode!
The error code.
permissions ● [PermissionEnum!]
List of permissions which causes the error.
users ● [ID!]
List of user IDs which causes the error.
channels ● [ID!]
List of channels IDs which causes the error.
Member Of
PermissionGroupCreate object ● PermissionGroupDelete object ● PermissionGroupUpdate object