@nautical-commerce/graphql-schema 4.13.0 → 4.14.0
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
|
@@ -12066,6 +12066,7 @@ input NauticalOrderFilterInput {
|
|
|
12066
12066
|
source: [OrderSourceFilter!]
|
|
12067
12067
|
subStatus: [OrderSubStatusEnum!]
|
|
12068
12068
|
customer: String
|
|
12069
|
+
seller: ID
|
|
12069
12070
|
search: String
|
|
12070
12071
|
created: DateRangeInput
|
|
12071
12072
|
isHistorical: Boolean
|