@nautical-commerce/graphql-schema 3.6.0 → 3.6.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 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -2937,7 +2937,7 @@ type CheckoutLine implements Node & ObjectWithMetadata {
|
|
|
2937
2937
|
quantity: Int!
|
|
2938
2938
|
|
|
2939
2939
|
"""Note for this line item."""
|
|
2940
|
-
note: String
|
|
2940
|
+
note: String
|
|
2941
2941
|
|
|
2942
2942
|
"""Whether the line price has been overridden."""
|
|
2943
2943
|
isLinePriceOverridden: Boolean!
|