@nautical-commerce/graphql-schema 1.78.0-10-g31c30f6ce → 1.78.0-12-g8337d149d
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 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3325,7 +3325,6 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3325
3325
|
if no order has been created
|
3326
3326
|
"""
|
3327
3327
|
firstOrderPlacedDate: DateTime
|
3328
|
-
fullfilledByMarketplace: Boolean!
|
3329
3328
|
created: DateTime!
|
3330
3329
|
updated: DateTime!
|
3331
3330
|
accountSetupTasksAreDone: Boolean
|
@@ -13161,7 +13160,7 @@ type Mutation {
|
|
13161
13160
|
description: String
|
13162
13161
|
|
13163
13162
|
"""
|
13164
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13163
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-tar, image/bmp, application/dwg, image/x-dwg, image/gif, application/tiff, image/x-eps, image/jpg, application/msword, image/webp, application/x-gzip, image/tiff, application/x-dwg, image/heif, image/x-tiff, image/heif-sequence, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/dwg, application/vnd.ms-word, text/comma-separated-values, application/x-rar-compressed, text/x-csv, image/heic-sequence, pplication/vnd.rar, application/svg+xml, text/svg, application/zip, image/x-ms-bmp, image/svg, application/x-csv, application/jpg, application/x-tif, application/vnd.ms-powerpoint, application/x-tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dxf, text/rtf, application/x-jpg, text/x-pdf, application/x-eps, drawing/x-dwf, application/acrobat, application/tif, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-tif, application/x-zip-compressed, application/postscript, application/eps, text/x-comma-separated-values, application/excel, application/gzip-compressed, application/x-rar, image/jpeg, application/dxf, application/acad, image/tif, image/png, image/heic, application/x-pdf, application/x-dxf, image/vnd.dwg, application/gzipped, application/rtf, text/pdf, image/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/plain, application/csv, text/csv, application/x-autocad, application/x-acad, image/x-bmp, application/vnd.oasis.opendocument.presentation, application/vnd.oasis.opendocument.spreadsheet, application/gzip, application/vnd.pdf, image/svg+xml, application/pdf, drawing/x-dwg, application/vnd.oasis.opendocument.text, image/dxf, application/x-rtf.
|
13165
13164
|
"""
|
13166
13165
|
file: Upload!
|
13167
13166
|
|