CollectionError
No description
type CollectionError {
field: String
message: String
products: [ID!]
code: CollectionErrorCode!
}
Fields
CollectionError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
CollectionError.message ● String scalar
The error message.
CollectionError.products ● [ID!] list scalar
List of products IDs which causes the error.
CollectionError.code ● CollectionErrorCode! non-null enum
The error code.
Member of
CollectionAddProducts object ● CollectionBulkDelete object ● CollectionCreate object ● CollectionDelete object ● CollectionRemoveProducts object ● CollectionReorderProducts object ● CollectionUpdate object
Was this page helpful?