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