@nautical-commerce/graphql-schema 1.94.0 → 1.94.1
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 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8779,6 +8779,7 @@ input SellerFilterInput {
|
|
8779
8779
|
metadata: MetadataFilterInput
|
8780
8780
|
privateMetadata: MetadataFilterInput
|
8781
8781
|
isMarketplaceSeller: Boolean
|
8782
|
+
ids: [ID]
|
8782
8783
|
}
|
8783
8784
|
|
8784
8785
|
enum SellerStatusFilter {
|
@@ -11257,7 +11258,7 @@ type Mutation {
|
|
11257
11258
|
description: String
|
11258
11259
|
|
11259
11260
|
"""
|
11260
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
11261
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/png, application/x-gzip, application/excel, image/heif-sequence, application/x-zip-compressed, image/bmp, application/vnd.ms-excel, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-ms-bmp, application/x-tar, application/msword, image/svg+xml, image/jpeg, application/acrobat, application/pdf, application/x-autocad, application/x-tif, text/svg, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-eps, application/vnd.ms-powerpoint, application/tiff, text/x-csv, application/rtf, image/webp, image/x-bmp, image/vnd.dwg, application/x-rtf, application/gzip, text/plain, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet, text/rtf, application/x-rar, image/heic-sequence, text/csv, text/x-pdf, application/acad, application/dxf, image/eps, image/tif, application/x-dxf, image/tiff, application/x-jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.pdf, drawing/x-dwf, application/x-pdf, application/postscript, application/tif, image/x-tiff, application/jpg, image/x-eps, application/x-acad, image/dxf, image/svg, application/csv, image/gif, application/dwg, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg-xml, image/heif, application/x-tiff, application/vnd.oasis.opendocument.text, application/svg+xml, application/gzipped, text/x-comma-separated-values, pplication/vnd.rar, image/x-tif, application/eps, application/zip, image/x-dxf, application/x-rar-compressed, image/heic, image/jpg, application/gzip-compressed, application/x-csv, text/comma-separated-values, image/x-dwg.
|
11261
11262
|
"""
|
11262
11263
|
file: Upload!
|
11263
11264
|
|