@nautical-commerce/graphql-schema 3.4.2 → 3.5.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
|
@@ -229,7 +229,7 @@ type Query {
|
|
|
229
229
|
|
|
230
230
|
"""The content's slug."""
|
|
231
231
|
slug: String
|
|
232
|
-
): Content
|
|
232
|
+
): Content
|
|
233
233
|
|
|
234
234
|
"""Return information about content for the editor."""
|
|
235
235
|
contentDraft(
|
|
@@ -238,7 +238,7 @@ type Query {
|
|
|
238
238
|
|
|
239
239
|
"""The content's slug."""
|
|
240
240
|
slug: String
|
|
241
|
-
): Content
|
|
241
|
+
): Content
|
|
242
242
|
|
|
243
243
|
"""List of the content."""
|
|
244
244
|
contentList(
|
|
@@ -265,7 +265,7 @@ type Query {
|
|
|
265
265
|
media(
|
|
266
266
|
"""ID of media."""
|
|
267
267
|
id: ID
|
|
268
|
-
): Media
|
|
268
|
+
): Media
|
|
269
269
|
|
|
270
270
|
"""List of the media."""
|
|
271
271
|
mediaList(
|
|
@@ -12713,7 +12713,7 @@ type Mutation {
|
|
|
12713
12713
|
description: String
|
|
12714
12714
|
|
|
12715
12715
|
"""
|
|
12716
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
|
12716
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acad, text/x-csv, pplication/vnd.rar, application/eps, application/x-dwg, image/vnd.dwg, text/pdf, application/jpg, application/gzipped, image/svg+xml, text/svg, application/excel, application/msword, image/png, image/jpeg, image/tiff, text/comma-separated-values, application/x-rar, text/csv, application/postscript, image/x-bmp, image/svg, image/dxf, application/x-jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tiff, application/vnd.oasis.opendocument.presentation, text/x-pdf, application/x-gzip, text/plain, application/rtf, image/x-eps, application/x-zip-compressed, application/x-tar, image/heic-sequence, drawing/dwg, application/x-rar-compressed, application/x-autocad, application/tiff, application/vnd.pdf, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.spreadsheet, image/webp, text/x-comma-separated-values, application/zip, image/heic, application/x-eps, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heif-sequence, image/x-dxf, image/bmp, application/vnd.ms-excel, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/tif, drawing/x-dwf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/svg+xml, application/x-rtf, application/x-pdf, application/x-tif, application/pdf, application/x-acad, drawing/x-dwg, image/heif, image/x-ms-bmp, image/jpg, application/gzip-compressed, application/vnd.oasis.opendocument.text, application/gzip, application/dwg, application/x-csv, application/csv, image/x-dwg, image/gif, application/acrobat, application/x-dxf, text/svg-xml, image/x-tiff, image/eps, image/tif, application/dxf, application/vnd.ms-word.
|
|
12717
12717
|
"""
|
|
12718
12718
|
file: Upload!
|
|
12719
12719
|
|