@nautical-commerce/graphql-schema 1.65.0-21-ge46d01af2 → 1.65.0-23-gf013b03a4
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 +9 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8697,6 +8697,14 @@ type Shop {
|
|
8697
8697
|
"""
|
8698
8698
|
crispWebsiteId: String
|
8699
8699
|
|
8700
|
+
"""Storefront integrations for the given contexts"""
|
8701
|
+
storefrontUiIntegrations(
|
8702
|
+
"""
|
8703
|
+
Contexts that integrations should be filtered to. If not specified, all contexts will be returned.
|
8704
|
+
"""
|
8705
|
+
contexts: [AppStorefrontIntegrationContextEnum!]
|
8706
|
+
): [AppStorefrontIntegration!]!
|
8707
|
+
|
8700
8708
|
"""Determines whether seller products require approval"""
|
8701
8709
|
requireProductApproval: Boolean
|
8702
8710
|
|
@@ -13215,7 +13223,7 @@ type Mutation {
|
|
13215
13223
|
description: String
|
13216
13224
|
|
13217
13225
|
"""
|
13218
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13226
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/pdf, image/svg+xml, application/dwg, application/tiff, image/heif, application/vnd.oasis.opendocument.presentation, application/vnd.pdf, application/x-csv, application/x-tar, image/bmp, image/jpeg, application/tif, drawing/x-dwg, text/svg, image/webp, image/tiff, application/eps, application/x-dwg, drawing/dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/gif, application/acad, application/x-jpg, application/csv, image/x-tiff, text/x-comma-separated-values, image/x-tif, image/png, application/x-rtf, image/tif, image/x-eps, image/dxf, image/x-bmp, application/dxf, image/heic, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg-xml, image/svg, drawing/x-dwf, image/x-dxf, application/rtf, image/vnd.dwg, application/jpg, application/x-gzip, application/acrobat, image/heif-sequence, pplication/vnd.rar, application/vnd.oasis.opendocument.text, image/x-dwg, application/vnd.ms-word, application/x-tiff, text/x-csv, application/x-dxf, application/gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/x-pdf, text/x-pdf, image/eps, image/jpg, application/msword, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-autocad, text/csv, image/x-ms-bmp, application/gzip-compressed, text/pdf, application/x-zip-compressed, application/x-eps, text/plain, application/x-tif, application/gzipped, application/vnd.ms-powerpoint, text/comma-separated-values, application/x-rar-compressed, text/rtf, application/postscript, application/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, application/x-rar, application/excel, application/zip.
|
13219
13227
|
"""
|
13220
13228
|
file: Upload!
|
13221
13229
|
|