@nautical-commerce/graphql-schema 1.85.0-9-g63908246a → 1.85.1
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 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8582,6 +8582,9 @@ type WebhookJob implements Node & Job {
|
|
8582
8582
|
|
8583
8583
|
"""An enumeration."""
|
8584
8584
|
enum GenericWebhookTransactionType {
|
8585
|
+
"""A payload for order create was received"""
|
8586
|
+
ORDER_CREATE
|
8587
|
+
|
8585
8588
|
"""A payload for order update was received"""
|
8586
8589
|
ORDER_UPDATE
|
8587
8590
|
|
@@ -12197,7 +12200,7 @@ type Mutation {
|
|
12197
12200
|
description: String
|
12198
12201
|
|
12199
12202
|
"""
|
12200
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12203
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-comma-separated-values, image/jpeg, text/x-csv, image/gif, application/vnd.oasis.opendocument.text, application/excel, application/jpg, application/gzipped, application/x-pdf, application/x-zip-compressed, image/png, drawing/x-dwg, application/gzip-compressed, application/svg+xml, application/tif, application/x-tar, application/dxf, text/comma-separated-values, application/vnd.ms-powerpoint, application/x-rar-compressed, application/x-tiff, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/svg, text/svg, image/tif, image/heic, text/svg-xml, drawing/dwg, image/x-eps, application/x-gzip, application/eps, image/vnd.dwg, application/x-csv, application/x-acad, image/x-dwg, image/jpg, image/eps, image/dxf, application/zip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tiff, application/x-eps, image/x-tif, application/tiff, text/rtf, image/heic-sequence, application/vnd.oasis.opendocument.presentation, application/rtf, text/pdf, application/postscript, application/x-dxf, application/csv, application/x-rtf, image/bmp, application/gzip, application/x-tif, drawing/x-dwf, image/webp, application/x-rar, application/dwg, pplication/vnd.rar, application/acad, image/x-ms-bmp, application/vnd.pdf, image/x-dxf, application/vnd.ms-word, application/acrobat, image/heif-sequence, application/msword, image/x-tiff, text/csv, image/svg+xml, image/heif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-bmp, application/pdf, application/x-jpg, application/x-autocad, application/x-dwg, text/x-pdf, application/vnd.oasis.opendocument.spreadsheet.
|
12201
12204
|
"""
|
12202
12205
|
file: Upload!
|
12203
12206
|
|