@nautical-commerce/graphql-schema 1.80.0-8-gf4b60e8a9 → 1.80.0-9-g4ee2fe562
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 +4 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2480,7 +2480,9 @@ type User implements Node & ObjectWithMetadata {
|
|
2480
2480
|
last: Int
|
2481
2481
|
): WishlistCountableConnection
|
2482
2482
|
seller: Seller
|
2483
|
-
|
2483
|
+
|
2484
|
+
"""If true, the user can be assigned as the owner of a seller"""
|
2485
|
+
isAssignable: Boolean!
|
2484
2486
|
|
2485
2487
|
"""List of documents associated with the user."""
|
2486
2488
|
documents: [Document!]!
|
@@ -12556,7 +12558,7 @@ type Mutation {
|
|
12556
12558
|
description: String
|
12557
12559
|
|
12558
12560
|
"""
|
12559
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12561
|
+
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-eps, application/gzipped, application/jpg, drawing/x-dwf, image/x-ms-bmp, application/vnd.ms-powerpoint, image/heic, application/x-tar, application/msword, application/gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.spreadsheet, image/x-tiff, application/x-rtf, image/svg, application/x-acad, application/zip, application/x-tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/vnd.dwg, application/x-dwg, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/csv, application/x-jpg, application/dwg, application/vnd.pdf, application/vnd.ms-word, image/jpeg, application/x-rar-compressed, application/x-tif, image/bmp, image/dxf, application/excel, application/x-csv, image/x-dwg, image/x-tif, text/rtf, image/x-dxf, drawing/x-dwg, image/webp, pplication/vnd.rar, image/jpg, text/pdf, image/x-bmp, application/x-autocad, application/postscript, image/svg+xml, text/x-csv, application/vnd.oasis.opendocument.presentation, text/plain, application/rtf, application/dxf, application/acad, image/eps, application/tiff, text/svg, text/svg-xml, image/gif, application/x-gzip, application/x-dxf, application/csv, drawing/dwg, image/x-eps, image/heif-sequence, application/acrobat, application/eps, application/tif, text/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/vnd.ms-excel, application/x-pdf, application/x-rar, image/png, text/comma-separated-values, text/x-comma-separated-values, application/svg+xml, image/tif, image/tiff, application/vnd.oasis.opendocument.text, application/x-zip-compressed, image/heif, application/pdf.
|
12560
12562
|
"""
|
12561
12563
|
file: Upload!
|
12562
12564
|
|