@nautical-commerce/graphql-schema 1.94.0-7-g8ba1863d2 → 1.94.0-8-ge8b39aa54
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
@@ -8904,6 +8904,7 @@ input SellerFilterInput {
|
|
8904
8904
|
metadata: MetadataFilterInput
|
8905
8905
|
privateMetadata: MetadataFilterInput
|
8906
8906
|
isMarketplaceSeller: Boolean
|
8907
|
+
ids: [ID]
|
8907
8908
|
}
|
8908
8909
|
|
8909
8910
|
enum SellerStatusFilter {
|
@@ -11825,7 +11826,7 @@ type Mutation {
|
|
11825
11826
|
description: String
|
11826
11827
|
|
11827
11828
|
"""
|
11828
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11829
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: pplication/vnd.rar, application/jpg, image/gif, image/jpeg, image/jpg, text/plain, application/gzip, application/vnd.oasis.opendocument.text, image/x-dxf, application/tif, image/x-dwg, application/dwg, application/tiff, application/svg+xml, text/csv, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/webp, application/x-zip-compressed, application/msword, application/vnd.pdf, image/heic, application/x-rar, application/zip, application/pdf, application/x-rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-pdf, application/x-eps, text/pdf, application/x-jpg, image/eps, application/x-rar-compressed, application/x-dxf, text/x-csv, image/png, image/tif, application/gzip-compressed, text/rtf, application/x-tif, image/x-ms-bmp, image/svg, text/svg, application/csv, image/heic-sequence, image/heif-sequence, application/vnd.oasis.opendocument.presentation, image/x-bmp, application/x-dwg, application/gzipped, application/excel, text/x-pdf, application/x-gzip, text/comma-separated-values, application/x-tiff, application/eps, image/dxf, image/x-tiff, drawing/dwg, application/vnd.ms-word, application/dxf, image/vnd.dwg, application/x-autocad, image/tiff, application/x-tar, application/acrobat, image/heif, application/vnd.ms-excel, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-comma-separated-values, image/svg+xml, application/x-acad, drawing/x-dwf, application/acad, application/postscript, application/vnd.ms-powerpoint, application/x-csv, text/svg-xml, drawing/x-dwg, application/rtf, image/bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.spreadsheet.
|
11829
11830
|
"""
|
11830
11831
|
file: Upload!
|
11831
11832
|
|