@nautical-commerce/graphql-schema 1.77.0 → 1.78.0
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 +7 -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 {
|
@@ -8727,6 +8732,7 @@ type Plugin implements Node {
|
|
8727
8732
|
supportUrl: String
|
8728
8733
|
allowSellers: Boolean
|
8729
8734
|
allowManyActivePluginsInCategory: Boolean!
|
8735
|
+
allowSwitchingBetweenPluginsInCategory: Boolean!
|
8730
8736
|
tenant: Tenant!
|
8731
8737
|
identifier: String!
|
8732
8738
|
name: String!
|
@@ -13155,7 +13161,7 @@ type Mutation {
|
|
13155
13161
|
description: String
|
13156
13162
|
|
13157
13163
|
"""
|
13158
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/
|
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/vnd.oasis.opendocument.text, application/dwg, application/vnd.ms-powerpoint, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg-xml, application/x-eps, image/vnd.dwg, image/x-dwg, drawing/dwg, application/x-rar-compressed, application/x-autocad, image/tiff, text/pdf, application/x-csv, image/eps, image/heif-sequence, pplication/vnd.rar, application/gzip, application/gzip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-comma-separated-values, application/x-zip-compressed, application/x-gzip, application/rtf, application/x-tif, image/heic-sequence, application/csv, text/csv, text/svg, image/png, application/eps, image/x-bmp, image/dxf, text/x-pdf, image/heif, application/gzipped, image/heic, application/vnd.oasis.opendocument.presentation, application/tif, application/vnd.ms-excel, application/acad, application/x-tar, text/x-csv, image/svg, drawing/x-dwg, image/x-dxf, application/msword, image/svg+xml, application/svg+xml, image/x-tiff, image/jpeg, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dwg, image/jpg, application/dxf, application/jpg, image/tif, application/x-acad, application/tiff, drawing/x-dwf, image/x-ms-bmp, text/rtf, image/gif, image/x-tif, application/acrobat, image/x-eps, application/pdf, application/x-tiff, application/x-dxf, application/vnd.ms-word, application/x-rar, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/excel, application/vnd.oasis.opendocument.spreadsheet, application/postscript, application/zip, application/x-pdf, image/webp, application/x-jpg, text/comma-separated-values, image/bmp.
|
13159
13165
|
"""
|
13160
13166
|
file: Upload!
|
13161
13167
|
|