Skip to main content

CustomerTypeAssignAttributesError Object

No description

type CustomerTypeAssignAttributesError {
field: String
message: String
code: CustomerTypeAssignAttributesErrorCode!
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 ● CustomerTypeAssignAttributesErrorCode!

The error code.

attributes ● [ID!]

List of attributes IDs which causes the error.

Member Of

CustomerTypeAssignAttributes object