@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.
@@ -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!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v3.6.0",
3
+ "version": "v3.6.1",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {