@nautical-commerce/graphql-schema 1.90.0-21-g5ccafde57 → 1.90.0-3-g77d16907d
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 +3 -18
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1762,13 +1762,13 @@ value as specified by
|
|
1762
1762
|
"""
|
1763
1763
|
scalar DateTime
|
1764
1764
|
|
1765
|
-
"""
|
1765
|
+
"""Represents the recipient type for an email template."""
|
1766
1766
|
enum RecipientTypeEnum {
|
1767
1767
|
CUSTOMER
|
1768
1768
|
SELLER_PRIMARY_CONTACT
|
1769
1769
|
STAFF_MEMBER_MARKETPLACE
|
1770
1770
|
STAFF_MEMBER_SELLER
|
1771
|
-
STAFF_MEMBER_MARKETPLACE_OR_SELLER
|
1771
|
+
STAFF_MEMBER_MARKETPLACE_OR_SELLER
|
1772
1772
|
}
|
1773
1773
|
|
1774
1774
|
"""An enumeration."""
|
@@ -4873,9 +4873,6 @@ type Attribute implements Node & ObjectWithMetadata {
|
|
4873
4873
|
ID of the Seller that created the Product Type, or null if Marketplace Operator
|
4874
4874
|
"""
|
4875
4875
|
createdBy: Seller
|
4876
|
-
|
4877
|
-
"""List of warnings for this attribute."""
|
4878
|
-
warnings: [AttributeWarningMessageItem!]!
|
4879
4876
|
}
|
4880
4877
|
|
4881
4878
|
type ProductTypeCountableConnection {
|
@@ -5130,18 +5127,6 @@ enum AttributeValueType {
|
|
5130
5127
|
STRING
|
5131
5128
|
}
|
5132
5129
|
|
5133
|
-
type AttributeWarningMessageItem {
|
5134
|
-
"""Code of the warning message."""
|
5135
|
-
code: AttributeWarningEnum!
|
5136
|
-
|
5137
|
-
"""Warning message."""
|
5138
|
-
message: String!
|
5139
|
-
}
|
5140
|
-
|
5141
|
-
enum AttributeWarningEnum {
|
5142
|
-
ASSIGNED_TO_PRODUCT_OR_TEMPLATE
|
5143
|
-
}
|
5144
|
-
|
5145
5130
|
type CollectionCountableConnection {
|
5146
5131
|
"""Pagination data for this connection."""
|
5147
5132
|
pageInfo: PageInfo!
|
@@ -11254,7 +11239,7 @@ type Mutation {
|
|
11254
11239
|
description: String
|
11255
11240
|
|
11256
11241
|
"""
|
11257
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11242
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/postscript, application/pdf, application/svg+xml, application/vnd.ms-excel, application/acrobat, text/pdf, application/csv, image/svg+xml, application/acad, application/vnd.pdf, application/x-dxf, application/x-pdf, text/x-pdf, image/heic-sequence, application/x-tar, application/x-rtf, application/x-dwg, application/eps, text/svg-xml, application/x-rar-compressed, application/x-eps, text/x-comma-separated-values, image/heif-sequence, application/x-zip-compressed, text/rtf, image/x-dxf, application/zip, image/vnd.dwg, application/x-gzip, application/dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/gif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-eps, application/gzip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/excel, image/x-ms-bmp, application/jpg, application/tiff, image/tif, application/x-acad, application/x-tiff, text/comma-separated-values, pplication/vnd.rar, application/msword, image/bmp, image/eps, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.text, text/x-csv, image/x-tif, image/dxf, application/x-jpg, application/x-tif, text/csv, image/heic, image/png, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg, drawing/x-dwf, image/tiff, application/rtf, image/webp, image/x-tiff, drawing/x-dwg, application/gzipped, image/jpg, application/vnd.ms-word, application/x-csv, image/heif, application/dxf, text/plain, image/x-dwg, image/jpeg, image/x-bmp, image/svg, application/x-rar, application/tif, application/gzip, application/vnd.oasis.opendocument.presentation, application/x-autocad, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet.
|
11258
11243
|
"""
|
11259
11244
|
file: Upload!
|
11260
11245
|
|