Skip to main content

CustomerTypeReorderAttributesError Object

No description

type CustomerTypeReorderAttributesError {
field: String
message: String
code: CustomerTypeReorderAttributesErrorCode!
attributes: [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 ● CustomerTypeReorderAttributesErrorCode!

The error code.

attributes ● [ID!]

List of attributes IDs which causes the error.

Member Of

CustomerTypeReorderAttributes object