@nautical-commerce/graphql-schema 1.72.0-1-g93bb02ca8 → 1.72.0-10-g703001053
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 +8 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3243,6 +3243,7 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3243
3243
|
if no order has been created
|
3244
3244
|
"""
|
3245
3245
|
firstOrderPlacedDate: DateTime
|
3246
|
+
fullfilledByMarketplace: Boolean!
|
3246
3247
|
created: DateTime!
|
3247
3248
|
updated: DateTime!
|
3248
3249
|
accountSetupTasksAreDone: Boolean
|
@@ -13153,7 +13154,7 @@ type Mutation {
|
|
13153
13154
|
description: String
|
13154
13155
|
|
13155
13156
|
"""
|
13156
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg, application/x-
|
13157
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, text/svg, image/svg, image/heic, application/x-pdf, image/png, application/x-rtf, drawing/dwg, text/svg-xml, application/gzip-compressed, application/vnd.oasis.opendocument.text, application/x-rar-compressed, image/bmp, drawing/x-dwg, application/rtf, application/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/comma-separated-values, application/vnd.oasis.opendocument.presentation, application/x-jpg, application/gzip, text/pdf, text/x-csv, application/vnd.pdf, image/x-bmp, image/jpeg, application/dxf, text/x-comma-separated-values, application/postscript, text/x-pdf, image/svg+xml, image/jpg, image/x-tiff, application/x-acad, image/x-eps, application/csv, image/vnd.dwg, application/x-eps, application/x-tar, application/x-tiff, image/heif-sequence, image/x-tif, image/eps, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/x-gzip, image/heic-sequence, application/eps, image/tiff, text/plain, application/x-csv, application/tiff, application/pdf, application/x-tif, application/svg+xml, image/x-dwg, drawing/x-dwf, application/x-autocad, text/csv, application/x-rar, application/acad, application/jpg, image/gif, application/gzipped, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, application/msword, pplication/vnd.rar, image/x-dxf, image/dxf, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tif, application/x-dxf, application/acrobat, application/zip, image/heif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, application/x-dwg, application/x-zip-compressed, application/vnd.ms-word, application/tif.
|
13157
13158
|
"""
|
13158
13159
|
file: Upload!
|
13159
13160
|
|
@@ -19128,6 +19129,9 @@ input ProductCreateInput {
|
|
19128
19129
|
"""List of attributes."""
|
19129
19130
|
attributes: [AttributeValueInput!]
|
19130
19131
|
|
19132
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19133
|
+
variantAttributes: [ID!]
|
19134
|
+
|
19131
19135
|
"""ID of the type that product belongs to."""
|
19132
19136
|
productType: ID
|
19133
19137
|
|
@@ -19356,6 +19360,9 @@ input ProductInput {
|
|
19356
19360
|
"""List of attributes."""
|
19357
19361
|
attributes: [AttributeValueInput!]
|
19358
19362
|
|
19363
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19364
|
+
variantAttributes: [ID!]
|
19365
|
+
|
19359
19366
|
"""ID of the type that product belongs to."""
|
19360
19367
|
productType: ID
|
19361
19368
|
|