@nautical-commerce/graphql-schema 1.78.0-20-g242b007a1 → 1.78.0-21-ge1de8a93e
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 +1 -6
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8552,11 +8552,6 @@ type Shop {
|
|
8552
8552
|
"""Gets active plugins."""
|
8553
8553
|
activePlugins: [Plugin!]!
|
8554
8554
|
|
8555
|
-
"""
|
8556
|
-
None if shop does not use Crisp, otherwise this contains Crisp Website ID.
|
8557
|
-
"""
|
8558
|
-
crispWebsiteId: String @deprecated(reason: "This will be removed on April 7, 2025.")
|
8559
|
-
|
8560
8555
|
"""Storefront integrations for the given contexts"""
|
8561
8556
|
storefrontUiIntegrations(
|
8562
8557
|
"""
|
@@ -12795,7 +12790,7 @@ type Mutation {
|
|
12795
12790
|
description: String
|
12796
12791
|
|
12797
12792
|
"""
|
12798
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-
|
12793
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpg, application/x-dxf, text/csv, text/plain, application/vnd.oasis.opendocument.spreadsheet, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-comma-separated-values, application/postscript, application/x-eps, text/svg, text/x-pdf, image/x-dxf, text/pdf, application/vnd.oasis.opendocument.text, text/svg-xml, application/gzip-compressed, application/excel, image/bmp, pplication/vnd.rar, text/rtf, application/tiff, image/heif, application/gzipped, application/gzip, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/svg+xml, application/x-rar, application/jpg, image/jpeg, image/svg, image/x-eps, application/x-autocad, image/dxf, application/x-tiff, image/x-tif, drawing/dwg, image/heic-sequence, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-jpg, image/x-bmp, image/x-ms-bmp, image/png, image/svg+xml, application/x-gzip, image/x-dwg, application/csv, text/comma-separated-values, application/acrobat, application/vnd.ms-excel, application/zip, application/x-dwg, image/gif, drawing/x-dwg, application/vnd.oasis.opendocument.presentation, application/vnd.ms-word, application/x-pdf, drawing/x-dwf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dwg, image/tif, application/dxf, image/eps, image/vnd.dwg, application/x-tar, application/x-rtf, image/webp, application/x-tif, application/x-rar-compressed, image/tiff, application/tif, application/msword, text/x-csv, image/heic, image/heif-sequence, application/rtf, application/x-csv, application/acad, application/eps, application/vnd.pdf, application/vnd.ms-powerpoint, image/x-tiff.
|
12799
12794
|
"""
|
12800
12795
|
file: Upload!
|
12801
12796
|
|