@nautical-commerce/graphql-schema 1.69.0-9-gea31319e3 → 1.70.0-1-g53f84968b
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 +5 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -317,6 +317,9 @@ type Query {
|
|
317
317
|
last: Int
|
318
318
|
): TenantCountableConnection
|
319
319
|
|
320
|
+
"""Return the tenant for the currently authenticated user."""
|
321
|
+
currentTenant: Tenant
|
322
|
+
|
320
323
|
"""Return information about the shop."""
|
321
324
|
shop: Shop!
|
322
325
|
|
@@ -1880,7 +1883,7 @@ type Query {
|
|
1880
1883
|
checkoutLine(
|
1881
1884
|
"""ID of the checkout line."""
|
1882
1885
|
id: ID
|
1883
|
-
): CheckoutLine
|
1886
|
+
): CheckoutLine @deprecated(reason: "This will be removed on April 30, 2025.")
|
1884
1887
|
|
1885
1888
|
"""List of checkout lines."""
|
1886
1889
|
checkoutLines(
|
@@ -13119,7 +13122,7 @@ type Mutation {
|
|
13119
13122
|
description: String
|
13120
13123
|
|
13121
13124
|
"""
|
13122
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13125
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-tiff, image/heif-sequence, text/x-csv, application/x-zip-compressed, application/x-eps, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-gzip, pplication/vnd.rar, application/tiff, application/x-rar, image/jpg, application/gzip, image/dxf, image/svg+xml, image/x-dxf, application/msword, application/x-dwg, application/x-rtf, image/x-bmp, application/tif, image/eps, image/x-tif, drawing/dwg, text/plain, application/dwg, text/x-pdf, image/heic-sequence, application/eps, image/jpeg, image/x-eps, application/rtf, text/pdf, image/svg, image/x-ms-bmp, text/x-comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, text/svg-xml, application/x-dxf, image/tif, application/x-jpg, application/excel, application/vnd.ms-excel, application/x-tif, image/bmp, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/webp, image/heic, application/x-pdf, application/postscript, application/vnd.oasis.opendocument.presentation, application/pdf, application/vnd.oasis.opendocument.text, application/vnd.ms-word, image/vnd.dwg, application/zip, text/csv, application/x-rar-compressed, image/png, text/svg, application/x-acad, drawing/x-dwg, application/dxf, drawing/x-dwf, image/gif, image/x-dwg, text/comma-separated-values, application/svg+xml, application/jpg, application/csv, application/acad, image/x-tiff, application/gzip-compressed, application/x-tar, image/heif, application/vnd.ms-powerpoint, application/acrobat, application/x-autocad, application/gzipped, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, image/tiff.
|
13123
13126
|
"""
|
13124
13127
|
file: Upload!
|
13125
13128
|
|