@nautical-commerce/graphql-schema 1.82.0-8-g7a5d0228e → 1.82.0
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 -8
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4914,7 +4914,6 @@ type Attribute implements Node & ObjectWithMetadata {
|
|
4914
4914
|
externalSource: String
|
4915
4915
|
productTypes(offset: Int, before: String, after: String, first: Int, last: Int): ProductTypeCountableConnection!
|
4916
4916
|
productVariantTypes(offset: Int, before: String, after: String, first: Int, last: Int): ProductTypeCountableConnection!
|
4917
|
-
isLocked: Boolean!
|
4918
4917
|
|
4919
4918
|
"""
|
4920
4919
|
List of private metadata items.Requires proper staff permissions to access.
|
@@ -12195,7 +12194,7 @@ type Mutation {
|
|
12195
12194
|
description: String
|
12196
12195
|
|
12197
12196
|
"""
|
12198
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
12197
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpg, application/x-csv, application/x-rar-compressed, image/gif, application/x-pdf, image/x-eps, text/x-pdf, application/excel, pplication/vnd.rar, image/svg+xml, application/x-dwg, application/x-gzip, application/x-autocad, application/zip, image/webp, application/vnd.oasis.opendocument.presentation, application/vnd.pdf, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dxf, image/heif, application/tiff, application/acad, application/svg+xml, text/csv, text/pdf, application/dwg, application/x-acad, application/vnd.oasis.opendocument.spreadsheet, image/png, drawing/x-dwf, text/rtf, application/vnd.ms-excel, image/heic, application/x-eps, application/x-rar, application/tif, application/csv, image/vnd.dwg, image/x-tiff, image/tif, application/x-rtf, image/jpeg, application/gzip, application/pdf, application/vnd.oasis.opendocument.text, application/x-tif, image/x-dwg, application/gzipped, image/bmp, application/x-tiff, application/rtf, application/dxf, application/eps, application/postscript, image/x-tif, application/msword, text/comma-separated-values, image/heif-sequence, drawing/x-dwg, application/x-zip-compressed, application/x-jpg, image/heic-sequence, application/x-tar, application/gzip-compressed, image/eps, image/svg, text/plain, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dxf, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/jpg, text/svg, application/vnd.ms-powerpoint, image/x-bmp, text/x-comma-separated-values, image/dxf, text/x-csv, application/acrobat, image/x-ms-bmp, text/svg-xml.
|
12199
12198
|
"""
|
12200
12199
|
file: Upload!
|
12201
12200
|
|
@@ -21458,9 +21457,6 @@ input AttributeCreateInput {
|
|
21458
21457
|
ID of the Seller that created the Attribute, or null if Marketplace Operator
|
21459
21458
|
"""
|
21460
21459
|
createdBy: String
|
21461
|
-
|
21462
|
-
"""Determines if sellers can create values for this attribute."""
|
21463
|
-
isLocked: Boolean
|
21464
21460
|
}
|
21465
21461
|
|
21466
21462
|
input AttributeValueCreateInput {
|
@@ -21590,9 +21586,6 @@ input AttributeUpdateInput {
|
|
21590
21586
|
ID of the Seller that created the Attribute, or null if Marketplace Operator
|
21591
21587
|
"""
|
21592
21588
|
createdBy: String
|
21593
|
-
|
21594
|
-
"""Determines if sellers can create values for this attribute."""
|
21595
|
-
isLocked: Boolean
|
21596
21589
|
}
|
21597
21590
|
|
21598
21591
|
"""Assign attributes to a given custom field template."""
|