StaffError
No description
type StaffError {
field: String
message: String
code: AccountErrorCode!
addressType: AddressTypeEnum
permissions: [PermissionEnum!]
groups: [ID!]
users: [ID!]
}
Fields
StaffError.field
● String
scalar miscellaneous
Name of a field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
StaffError.message
● String
scalar miscellaneous
The error message.
StaffError.code
● AccountErrorCode!
non-null enum users
The error code.
StaffError.addressType
● AddressTypeEnum
enum miscellaneous
A type of address that causes the error.
StaffError.permissions
● [PermissionEnum!]
list enum users
List of permissions which causes the error.
StaffError.groups
● [ID!]
list scalar miscellaneous
List of permission group IDs which cause the error.
StaffError.users
● [ID!]
list scalar miscellaneous
List of user IDs which causes the error.
Member Of
StaffBulkDelete
object ● StaffCreate
object ● StaffDelete
object ● StaffUpdate
object