StockError
No description
type StockError {
field: String
message: String!
code: StockErrorCode!
}
Fields
StockError.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.
StockError.message ● String! non-null scalar
The error message.
StockError.code ● StockErrorCode! non-null enum
The error code.
Member Of
ProductVariantStocksDelete object