@nautical-commerce/graphql-schema 1.51.0 → 1.52.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 +4 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -8846,15 +8846,15 @@ type Content implements Node {
|
|
|
8846
8846
|
}
|
|
8847
8847
|
|
|
8848
8848
|
"""Content page data."""
|
|
8849
|
-
type ContentPageData {
|
|
8849
|
+
type ContentPageData implements Node {
|
|
8850
8850
|
"""SEO title for a content page."""
|
|
8851
8851
|
seoTitle: String
|
|
8852
8852
|
|
|
8853
8853
|
"""SEO description for a content page."""
|
|
8854
8854
|
seoDescription: String
|
|
8855
8855
|
|
|
8856
|
-
"""ID of the
|
|
8857
|
-
id: ID
|
|
8856
|
+
"""The ID of the object"""
|
|
8857
|
+
id: ID!
|
|
8858
8858
|
}
|
|
8859
8859
|
|
|
8860
8860
|
type ContentCountableConnection {
|
|
@@ -13948,7 +13948,7 @@ type Mutation {
|
|
|
13948
13948
|
description: String
|
|
13949
13949
|
|
|
13950
13950
|
"""
|
|
13951
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
|
13951
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/comma-separated-values, application/x-pdf, text/x-pdf, application/excel, image/png, image/bmp, text/svg, image/heif, text/svg-xml, application/vnd.oasis.opendocument.presentation, image/x-bmp, application/x-tar, application/tif, application/x-autocad, image/x-ms-bmp, image/x-tif, application/postscript, image/heic-sequence, application/acad, image/dxf, application/vnd.ms-excel, application/rtf, application/x-tif, image/x-dxf, application/x-rar, image/x-tiff, application/x-acad, application/x-dxf, image/heic, image/gif, image/svg, image/x-eps, text/plain, application/x-rar-compressed, application/jpg, text/pdf, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.text, application/eps, application/x-rtf, image/svg+xml, application/x-eps, image/jpg, image/tiff, image/x-dwg, drawing/x-dwg, application/pdf, application/x-jpg, application/zip, application/acrobat, drawing/x-dwf, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dxf, application/vnd.pdf, application/x-tiff, image/tif, application/x-dwg, drawing/dwg, application/gzip, image/heif-sequence, application/vnd.oasis.opendocument.spreadsheet, application/vnd.ms-word, application/x-gzip, image/eps, application/gzipped, text/x-csv, image/webp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/csv, text/rtf, image/jpeg, application/tiff, application/svg+xml, application/dwg, application/gzip-compressed, application/msword, application/x-csv, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, pplication/vnd.rar, text/csv, application/x-zip-compressed.
|
|
13952
13952
|
"""
|
|
13953
13953
|
file: Upload!
|
|
13954
13954
|
|