Skip to main content
Version: 3.x

AttributeBulkCreateError

No description

type AttributeBulkCreateError {
path: String
message: String
code: AttributeBulkCreateErrorCode!
}

Fields

AttributeBulkCreateError.path ● String scalar

Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.

AttributeBulkCreateError.message ● String scalar

The error message.

AttributeBulkCreateError.code ● AttributeBulkCreateErrorCode! non-null enum

The error code.

Member of

AttributeBulkCreate object ● AttributeBulkCreateResult object


Was this page helpful?