@nautical-commerce/graphql-schema 4.4.0 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nautical/schema.graphql +1 -0
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -15170,6 +15170,7 @@ enum ProductErrorCode {
|
|
|
15170
15170
|
ATTRIBUTE_VALUE_CANNOT_BE_CREATED
|
|
15171
15171
|
DUPLICATED_INPUT_ITEM
|
|
15172
15172
|
GRAPHQL_ERROR
|
|
15173
|
+
INTERNAL_ERROR
|
|
15173
15174
|
INVALID
|
|
15174
15175
|
INVALID_PHONE
|
|
15175
15176
|
NOT_PRODUCTS_IMAGE
|