@nautical-commerce/graphql-schema 3.6.13 → 3.6.14

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.
@@ -11973,10 +11973,10 @@ type Payment implements Node & ObjectWithMetadata {
11973
11973
  nauticalOrderId: ID
11974
11974
 
11975
11975
  """Checkout associated with this payment."""
11976
- checkout: ID
11976
+ checkout: Checkout
11977
11977
 
11978
11978
  """Nautical order associated with this payment."""
11979
- nauticalOrder: ID
11979
+ nauticalOrder: NauticalOrder
11980
11980
  }
11981
11981
 
11982
11982
  """Result of paymentCapture mutation."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v3.6.13",
3
+ "version": "v3.6.14",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {