@nautical-commerce/graphql-schema 1.81.0-30-gcc1ab7318 → 1.81.0-31-g1ada9c789
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 +2 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5550,7 +5550,7 @@ type AttributeValue implements Node {
|
|
5550
5550
|
id: ID!
|
5551
5551
|
sortOrder: Int
|
5552
5552
|
tenant: Tenant!
|
5553
|
-
seller: Seller
|
5553
|
+
seller: Seller!
|
5554
5554
|
|
5555
5555
|
"""Name of a value displayed in the interface."""
|
5556
5556
|
name: String!
|
@@ -12130,7 +12130,7 @@ type Mutation {
|
|
12130
12130
|
description: String
|
12131
12131
|
|
12132
12132
|
"""
|
12133
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12133
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/x-dwg, application/x-rtf, text/rtf, application/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/comma-separated-values, application/x-eps, application/csv, application/tif, text/x-csv, application/x-dwg, application/gzip-compressed, image/gif, image/bmp, application/vnd.oasis.opendocument.spreadsheet, application/x-dxf, image/heif-sequence, image/vnd.dwg, application/eps, image/png, image/heic, application/x-pdf, application/zip, image/dxf, image/jpg, application/x-rar, text/plain, application/vnd.ms-word, image/tiff, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-bmp, application/x-csv, application/x-acad, image/x-eps, image/webp, application/x-zip-compressed, text/csv, application/postscript, image/jpeg, image/svg+xml, drawing/x-dwf, application/gzip, application/vnd.oasis.opendocument.text, application/msword, application/x-rar-compressed, image/x-dxf, application/x-gzip, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tif, application/tiff, application/x-tar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-powerpoint, application/x-tiff, image/x-tiff, application/dxf, pplication/vnd.rar, application/jpg, application/vnd.oasis.opendocument.presentation, image/heif, image/x-dwg, text/pdf, application/excel, text/x-comma-separated-values, application/pdf, application/x-jpg, text/svg, drawing/dwg, text/svg-xml, application/vnd.ms-excel, application/acrobat, image/svg, application/vnd.pdf, text/x-pdf, application/gzipped, application/x-autocad, application/svg+xml, image/heic-sequence, image/eps, image/x-tif, application/acad, application/dwg.
|
12134
12134
|
"""
|
12135
12135
|
file: Upload!
|
12136
12136
|
|