@nautical-commerce/graphql-schema 1.80.0-20-g3c7491e89 → 1.80.0-21-ga908aef7b
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 +1 -7
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1793,12 +1793,6 @@ type Query {
|
|
1793
1793
|
last: Int
|
1794
1794
|
): CheckoutCountableConnection
|
1795
1795
|
|
1796
|
-
"""Look up a checkout line by ID."""
|
1797
|
-
checkoutLine(
|
1798
|
-
"""ID of the checkout line."""
|
1799
|
-
id: ID
|
1800
|
-
): CheckoutLine @deprecated(reason: "This will be removed on April 30, 2025.")
|
1801
|
-
|
1802
1796
|
"""List of checkout lines."""
|
1803
1797
|
checkoutLines(
|
1804
1798
|
"""Return the elements in the list that come before the specified cursor."""
|
@@ -12487,7 +12481,7 @@ type Mutation {
|
|
12487
12481
|
description: String
|
12488
12482
|
|
12489
12483
|
"""
|
12490
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12484
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-eps, application/x-rar, image/bmp, application/zip, text/pdf, application/dxf, image/heic, application/x-autocad, application/svg+xml, application/x-dxf, image/vnd.dwg, application/vnd.pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-powerpoint, application/gzip, application/jpg, text/comma-separated-values, image/tif, application/vnd.ms-excel, image/heif-sequence, pplication/vnd.rar, application/csv, application/x-gzip, image/x-bmp, image/x-tif, application/acad, drawing/x-dwf, application/acrobat, image/svg, drawing/dwg, application/tiff, image/svg+xml, application/vnd.oasis.opendocument.presentation, image/heic-sequence, application/x-dwg, application/gzip-compressed, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/msword, application/x-zip-compressed, text/x-pdf, application/x-csv, image/x-ms-bmp, application/x-jpg, application/tif, application/x-acad, image/eps, image/dxf, application/gzipped, application/x-pdf, image/tiff, image/heif, drawing/x-dwg, text/x-csv, application/x-eps, image/x-tiff, application/excel, application/x-tiff, text/plain, application/pdf, application/eps, application/x-tif, image/webp, application/vnd.ms-word, image/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/postscript, image/jpeg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.spreadsheet, application/x-tar, text/svg-xml, application/vnd.oasis.opendocument.text, application/x-rtf, text/svg, image/gif, application/x-rar-compressed, application/dwg, image/x-dxf, text/rtf, image/png, application/rtf, text/csv, text/x-comma-separated-values.
|
12491
12485
|
"""
|
12492
12486
|
file: Upload!
|
12493
12487
|
|