@nautical-commerce/graphql-schema 1.77.0-9-g0017b8740 → 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 +2 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8732,6 +8732,7 @@ type Plugin implements Node {
|
|
8732
8732
|
supportUrl: String
|
8733
8733
|
allowSellers: Boolean
|
8734
8734
|
allowManyActivePluginsInCategory: Boolean!
|
8735
|
+
allowSwitchingBetweenPluginsInCategory: Boolean!
|
8735
8736
|
tenant: Tenant!
|
8736
8737
|
identifier: String!
|
8737
8738
|
name: String!
|
@@ -13160,7 +13161,7 @@ type Mutation {
|
|
13160
13161
|
description: String
|
13161
13162
|
|
13162
13163
|
"""
|
13163
|
-
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.
|
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.
|
13164
13165
|
"""
|
13165
13166
|
file: Upload!
|
13166
13167
|
|