@nautical-commerce/graphql-schema 1.74.0-5-g266547a14 → 1.74.0-7-ga87c8cea9
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 +6 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4713,6 +4713,11 @@ input AttributeFilterInput {
|
|
4713
4713
|
have NO variant or product associated to it
|
4714
4714
|
"""
|
4715
4715
|
hasAssignedProductOrVariant: Boolean
|
4716
|
+
|
4717
|
+
"""
|
4718
|
+
If True: returns the list of attributes that are allowed to be assigned to variants.
|
4719
|
+
"""
|
4720
|
+
isVariantAssignable: Boolean
|
4716
4721
|
metadata: MetadataFilterInput
|
4717
4722
|
privateMetadata: MetadataFilterInput
|
4718
4723
|
showExternal: Boolean
|
@@ -13254,7 +13259,7 @@ type Mutation {
|
|
13254
13259
|
description: String
|
13255
13260
|
|
13256
13261
|
"""
|
13257
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13262
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-comma-separated-values, image/x-tiff, image/heif-sequence, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-excel, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tar, drawing/x-dwg, application/x-eps, application/x-autocad, drawing/dwg, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/jpg, application/acrobat, image/x-eps, application/gzip-compressed, application/x-csv, application/x-jpg, application/msword, application/gzipped, application/x-rar, text/x-csv, image/png, image/jpg, image/eps, text/svg, application/svg+xml, image/tiff, image/x-dxf, image/jpeg, application/gzip, application/dwg, application/vnd.oasis.opendocument.text, application/eps, application/tiff, application/x-tiff, text/pdf, application/x-dwg, application/rtf, pplication/vnd.rar, application/pdf, application/x-dxf, text/comma-separated-values, application/csv, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, text/csv, image/heic-sequence, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rtf, application/x-gzip, application/postscript, image/dxf, text/plain, image/heic, text/x-pdf, image/x-tif, image/tif, image/svg+xml, image/bmp, image/svg, text/svg-xml, application/zip, application/dxf, application/x-zip-compressed, image/webp, application/tif, application/excel, image/heif, application/vnd.ms-powerpoint, application/x-tif, application/vnd.pdf, image/x-ms-bmp, drawing/x-dwf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-bmp, image/x-dwg, application/acad, application/x-pdf, image/vnd.dwg.
|
13258
13263
|
"""
|
13259
13264
|
file: Upload!
|
13260
13265
|
|