@nautical-commerce/graphql-schema 1.70.0-9-g6c876a19b → 1.70.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 +1 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -317,9 +317,6 @@ type Query {
|
|
317
317
|
last: Int
|
318
318
|
): TenantCountableConnection
|
319
319
|
|
320
|
-
"""Return the tenant for the currently authenticated user."""
|
321
|
-
currentTenant: Tenant
|
322
|
-
|
323
320
|
"""Return information about the shop."""
|
324
321
|
shop: Shop!
|
325
322
|
|
@@ -13122,7 +13119,7 @@ type Mutation {
|
|
13122
13119
|
description: String
|
13123
13120
|
|
13124
13121
|
"""
|
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/
|
13122
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acrobat, application/dxf, text/x-csv, text/pdf, text/x-comma-separated-values, image/x-tiff, application/jpg, image/tiff, text/comma-separated-values, image/jpg, application/vnd.oasis.opendocument.text, drawing/x-dwf, application/vnd.oasis.opendocument.presentation, image/webp, image/dxf, application/pdf, application/csv, application/zip, text/csv, image/heif, application/x-rar, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heif-sequence, application/excel, application/vnd.pdf, application/x-dwg, application/gzipped, image/x-eps, application/x-tar, application/postscript, application/x-tiff, image/svg+xml, application/vnd.ms-excel, image/vnd.dwg, image/x-bmp, image/x-tif, application/gzip, application/x-zip-compressed, pplication/vnd.rar, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/x-dwg, drawing/dwg, application/dwg, application/x-autocad, image/eps, image/svg, text/plain, application/vnd.ms-powerpoint, image/gif, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/svg-xml, application/rtf, application/vnd.oasis.opendocument.spreadsheet, application/x-tif, application/eps, application/x-jpg, application/msword, text/x-pdf, application/x-eps, application/acad, text/svg, application/vnd.ms-word, text/rtf, application/x-pdf, application/tiff, application/x-gzip, application/x-csv, image/tif, application/x-dxf, image/x-dxf, application/x-rar-compressed, image/jpeg, image/heic, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rtf, application/tif, image/bmp, image/png, application/x-acad, image/x-ms-bmp, image/heic-sequence.
|
13126
13123
|
"""
|
13127
13124
|
file: Upload!
|
13128
13125
|
|