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