@nautical-commerce/graphql-schema 1.60.0-2-g937a95b9e → 1.60.0-4-g12a4ba9b7
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +7 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8996,9 +8996,6 @@ type Domain {
|
|
8996
8996
|
"""The host name of the domain."""
|
8997
8997
|
host: String!
|
8998
8998
|
|
8999
|
-
"""Inform if SSL is enabled."""
|
9000
|
-
sslEnabled: Boolean! @deprecated(reason: "This will be removed on November 14, 2024")
|
9001
|
-
|
9002
8999
|
"""Shop's absolute URL."""
|
9003
9000
|
url: String!
|
9004
9001
|
}
|
@@ -9121,6 +9118,9 @@ type StorefrontTheme implements Node {
|
|
9121
9118
|
|
9122
9119
|
"""Font to be used on the storefront"""
|
9123
9120
|
font: Font
|
9121
|
+
|
9122
|
+
"""Font color in hex."""
|
9123
|
+
fontColor: String
|
9124
9124
|
}
|
9125
9125
|
|
9126
9126
|
"""Font for a storefront."""
|
@@ -13469,7 +13469,7 @@ type Mutation {
|
|
13469
13469
|
description: String
|
13470
13470
|
|
13471
13471
|
"""
|
13472
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13472
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/csv, text/svg-xml, image/jpg, application/pdf, image/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg, application/zip, text/csv, image/heif-sequence, text/rtf, drawing/x-dwf, application/postscript, application/x-eps, application/x-zip-compressed, application/x-dxf, image/svg+xml, application/x-dwg, pplication/vnd.rar, application/x-gzip, application/x-acad, application/excel, text/pdf, image/tiff, image/webp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/vnd.dwg, image/heic, image/dxf, application/tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/bmp, application/vnd.ms-word, application/x-autocad, application/dwg, image/x-dwg, application/vnd.oasis.opendocument.presentation, text/x-pdf, image/x-bmp, image/gif, text/x-comma-separated-values, application/x-rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-csv, application/eps, application/gzip-compressed, text/comma-separated-values, application/vnd.oasis.opendocument.text, application/acrobat, application/gzipped, application/msword, image/x-eps, application/tiff, application/x-tar, image/x-tif, image/x-ms-bmp, application/acad, image/jpeg, image/svg, application/gzip, image/png, image/tif, text/plain, drawing/x-dwg, application/svg+xml, application/jpg, application/vnd.pdf, image/heic-sequence, image/eps, text/x-csv, image/heif, application/vnd.ms-excel, application/x-tiff, application/x-pdf, drawing/dwg, application/dxf, application/x-rar-compressed, application/vnd.oasis.opendocument.spreadsheet, application/vnd.ms-powerpoint, application/x-rtf, image/x-tiff, application/x-jpg, application/x-tif, application/rtf.
|
13473
13473
|
"""
|
13474
13474
|
file: Upload!
|
13475
13475
|
|
@@ -18740,6 +18740,9 @@ input StorefrontThemeInput {
|
|
18740
18740
|
|
18741
18741
|
"""ID of of the selected font."""
|
18742
18742
|
font: String
|
18743
|
+
|
18744
|
+
"""Font color in hex."""
|
18745
|
+
fontColor: String
|
18743
18746
|
}
|
18744
18747
|
|
18745
18748
|
"""Update a storefront theme."""
|