@nautical-commerce/graphql-schema 1.77.0 → 1.77.3
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 +6 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2600,6 +2600,11 @@ type User implements Node & ObjectWithMetadata {
|
|
2600
2600
|
|
2601
2601
|
"""List of custom fields assigned to this product."""
|
2602
2602
|
customFields: [SelectedAttribute!]!
|
2603
|
+
|
2604
|
+
"""
|
2605
|
+
The Tenant ID of the user is a UUID that uniquely identifies the tenant to which this user belongs.
|
2606
|
+
"""
|
2607
|
+
tenantId: String
|
2603
2608
|
}
|
2604
2609
|
|
2605
2610
|
interface ObjectWithMetadata {
|
@@ -13155,7 +13160,7 @@ type Mutation {
|
|
13155
13160
|
description: String
|
13156
13161
|
|
13157
13162
|
"""
|
13158
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13163
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpeg, application/x-acad, application/x-jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar-compressed, application/postscript, application/dxf, image/dxf, image/heif-sequence, application/rtf, text/x-comma-separated-values, application/vnd.oasis.opendocument.text, drawing/x-dwf, image/jpg, image/heic-sequence, application/gzip-compressed, image/webp, image/tif, drawing/x-dwg, application/svg+xml, application/pdf, image/svg+xml, application/zip, text/svg-xml, application/x-gzip, image/x-bmp, application/acad, text/csv, application/x-rtf, drawing/dwg, application/x-dwg, application/x-pdf, image/gif, application/vnd.pdf, application/gzipped, application/msword, text/comma-separated-values, image/tiff, application/vnd.oasis.opendocument.spreadsheet, application/csv, application/x-tif, text/x-pdf, image/x-ms-bmp, application/acrobat, text/pdf, text/svg, application/tiff, image/x-eps, application/vnd.ms-excel, image/x-dxf, image/heic, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/eps, application/jpg, image/x-tiff, application/excel, application/x-dxf, text/rtf, application/gzip, application/vnd.oasis.opendocument.presentation, image/heif, application/x-autocad, image/eps, image/bmp, image/vnd.dwg, image/x-tif, application/x-zip-compressed, application/vnd.ms-powerpoint, application/x-tar, application/dwg, application/x-eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/plain, image/x-dwg, pplication/vnd.rar, application/x-tiff, application/tif, application/x-csv, text/x-csv, image/png, image/svg, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rar.
|
13159
13164
|
"""
|
13160
13165
|
file: Upload!
|
13161
13166
|
|