@nautical-commerce/graphql-schema 1.56.1-25-g1a7e57318 → 1.56.1-27-g640a97609
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +7 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -9429,6 +9429,9 @@ type StorefrontTheme implements Node {
|
|
9429
9429
|
|
9430
9430
|
"""Primary color in hex."""
|
9431
9431
|
primaryColor: String
|
9432
|
+
|
9433
|
+
"""Background color in hex."""
|
9434
|
+
backgroundColor: String
|
9432
9435
|
logo: Image
|
9433
9436
|
faviconImage: Image
|
9434
9437
|
|
@@ -13901,7 +13904,7 @@ type Mutation {
|
|
13901
13904
|
description: String
|
13902
13905
|
|
13903
13906
|
"""
|
13904
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13907
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/csv, image/x-tiff, drawing/x-dwf, application/x-dwg, application/msword, application/vnd.oasis.opendocument.text, image/svg+xml, application/x-pdf, application/vnd.oasis.opendocument.spreadsheet, text/x-pdf, application/x-gzip, application/tif, image/x-dxf, image/x-eps, image/dxf, text/x-csv, image/tif, application/dxf, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/svg+xml, image/eps, application/x-eps, application/excel, image/gif, image/jpeg, image/heif, image/heic-sequence, image/vnd.dwg, application/eps, text/svg-xml, application/x-tar, application/x-zip-compressed, application/x-acad, text/pdf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-autocad, text/svg, application/zip, image/bmp, application/pdf, application/x-tif, application/tiff, image/heic, application/postscript, image/x-bmp, application/vnd.ms-excel, image/png, image/heif-sequence, application/x-tiff, text/x-comma-separated-values, application/x-rtf, application/dwg, application/gzip, image/jpg, image/svg, application/x-rar-compressed, image/tiff, text/plain, application/acad, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/webp, image/x-dwg, application/gzipped, application/x-csv, application/csv, drawing/x-dwg, pplication/vnd.rar, application/x-jpg, application/gzip-compressed, drawing/dwg, application/x-rar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.presentation, image/x-tif, application/acrobat, application/vnd.ms-word, application/x-dxf, image/x-ms-bmp, application/jpg, text/comma-separated-values, application/vnd.pdf.
|
13905
13908
|
"""
|
13906
13909
|
file: Upload!
|
13907
13910
|
|
@@ -19709,6 +19712,9 @@ input StorefrontThemeInput {
|
|
19709
19712
|
"""Primary color in hex."""
|
19710
19713
|
primaryColor: String
|
19711
19714
|
|
19715
|
+
"""Background color in hex."""
|
19716
|
+
backgroundColor: String
|
19717
|
+
|
19712
19718
|
"""Logo file."""
|
19713
19719
|
logo: Upload
|
19714
19720
|
|