@nautical-commerce/graphql-schema 1.57.0-37-g439ad1980 → 1.57.0-39-g146161d37
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +7 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4664,6 +4664,8 @@ input AttributeFilterInput {
|
|
4664
4664
|
have NO variant or product associated to it
|
4665
4665
|
"""
|
4666
4666
|
hasAssignedProductOrVariant: Boolean
|
4667
|
+
metadata: MetadataFilterInput
|
4668
|
+
privateMetadata: MetadataFilterInput
|
4667
4669
|
showExternal: Boolean
|
4668
4670
|
}
|
4669
4671
|
|
@@ -9390,6 +9392,8 @@ input CategoryFilterInput {
|
|
9390
9392
|
search: String
|
9391
9393
|
ids: [ID]
|
9392
9394
|
customFields: [AttributeInput!]
|
9395
|
+
metadata: MetadataFilterInput
|
9396
|
+
privateMetadata: MetadataFilterInput
|
9393
9397
|
}
|
9394
9398
|
|
9395
9399
|
input CategorySortingInput {
|
@@ -9465,6 +9469,8 @@ input ProductTypeFilterInput {
|
|
9465
9469
|
configurable: ProductTypeConfigurable
|
9466
9470
|
ids: [ID]
|
9467
9471
|
showExternal: Boolean
|
9472
|
+
metadata: MetadataFilterInput
|
9473
|
+
privateMetadata: MetadataFilterInput
|
9468
9474
|
}
|
9469
9475
|
|
9470
9476
|
enum ProductTypeEnum {
|
@@ -13450,7 +13456,7 @@ type Mutation {
|
|
13450
13456
|
description: String
|
13451
13457
|
|
13452
13458
|
"""
|
13453
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13459
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-tif, application/x-rar-compressed, pplication/vnd.rar, application/svg+xml, image/png, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg, text/x-comma-separated-values, image/jpeg, application/postscript, application/x-csv, text/plain, application/x-tif, image/heif, application/x-dwg, application/x-rar, application/x-dxf, application/x-autocad, application/acrobat, image/dxf, text/pdf, application/x-jpg, image/eps, image/x-tiff, application/vnd.ms-excel, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip, application/excel, application/vnd.ms-word, application/vnd.oasis.opendocument.text, application/tif, application/vnd.ms-powerpoint, application/x-tar, application/vnd.oasis.opendocument.spreadsheet, image/x-dwg, image/x-eps, image/heif-sequence, application/x-eps, image/tiff, image/x-ms-bmp, image/gif, image/jpg, image/tif, application/dxf, drawing/dwg, application/x-gzip, application/tiff, application/csv, image/svg+xml, image/svg, text/csv, image/heic, image/webp, application/vnd.pdf, application/acad, drawing/x-dwg, application/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/vnd.dwg, image/heic-sequence, text/x-csv, application/x-acad, text/svg-xml, application/gzipped, image/bmp, application/gzip-compressed, application/pdf, text/comma-separated-values, text/rtf, application/x-rtf, application/vnd.oasis.opendocument.presentation, image/x-dxf, application/msword, application/zip, text/x-pdf, drawing/x-dwf, application/rtf, image/x-bmp, application/x-pdf, application/x-tiff, application/jpg.
|
13454
13460
|
"""
|
13455
13461
|
file: Upload!
|
13456
13462
|
|