@nautical-commerce/graphql-schema 3.6.12 → 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.
- package/nautical/schema.graphql +2 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -11973,10 +11973,10 @@ type Payment implements Node & ObjectWithMetadata {
|
|
|
11973
11973
|
nauticalOrderId: ID
|
|
11974
11974
|
|
|
11975
11975
|
"""Checkout associated with this payment."""
|
|
11976
|
-
checkout:
|
|
11976
|
+
checkout: Checkout
|
|
11977
11977
|
|
|
11978
11978
|
"""Nautical order associated with this payment."""
|
|
11979
|
-
nauticalOrder:
|
|
11979
|
+
nauticalOrder: NauticalOrder
|
|
11980
11980
|
}
|
|
11981
11981
|
|
|
11982
11982
|
"""Result of paymentCapture mutation."""
|