Skip to main content

PermissionGroupError

No description

type PermissionGroupError {
field: String
message: String!
code: PermissionGroupErrorCode!
permissions: [PermissionEnum!]
users: [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! non-null 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.

Member Of

PermissionGroupUpdate object

Was this page helpful?