AttributeError
No description
type AttributeError {
field: String
message: String!
code: ProductErrorCode!
values: [String!]
}
Fields
AttributeError.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.