@nautical-commerce/graphql-schema 1.63.0-29-g693082d21 → 1.63.0-30-g06995167d
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
@@ -3220,6 +3220,7 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3220
3220
|
externalPayoutSchedule: String
|
3221
3221
|
agreementDecisionReason: String
|
3222
3222
|
storeDescription: String
|
3223
|
+
storeDescriptionPlainText: String
|
3223
3224
|
|
3224
3225
|
"""List of documents associated with the seller."""
|
3225
3226
|
documents: [Document!]
|
@@ -8950,9 +8951,10 @@ type PublicSeller implements Node {
|
|
8950
8951
|
"""Size of the store's banner."""
|
8951
8952
|
size: Int
|
8952
8953
|
): Image
|
8953
|
-
storeDescription: String!
|
8954
8954
|
products(offset: Int, before: String, after: String, first: Int, last: Int): ProductCountableConnection!
|
8955
8955
|
variants(offset: Int, before: String, after: String, first: Int, last: Int): ProductVariantCountableConnection!
|
8956
|
+
storeDescription: String
|
8957
|
+
storeDescriptionPlainText: String
|
8956
8958
|
}
|
8957
8959
|
|
8958
8960
|
type SellerCountableConnection {
|
@@ -13161,7 +13163,7 @@ type Mutation {
|
|
13161
13163
|
description: String
|
13162
13164
|
|
13163
13165
|
"""
|
13164
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13166
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/dwg, application/zip, application/gzip, image/heif, application/vnd.oasis.opendocument.presentation, application/acad, image/x-dxf, image/heic-sequence, application/x-eps, application/acrobat, application/dxf, text/comma-separated-values, image/x-dwg, application/vnd.oasis.opendocument.spreadsheet, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-acad, application/x-dwg, image/tif, image/dxf, image/eps, image/bmp, image/x-tiff, text/x-pdf, image/x-bmp, application/vnd.ms-powerpoint, image/webp, text/csv, image/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-autocad, application/csv, image/x-eps, application/x-csv, image/x-ms-bmp, image/heif-sequence, image/x-tif, text/rtf, application/pdf, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/msword, application/x-pdf, image/tiff, text/pdf, drawing/x-dwg, text/svg, application/tiff, drawing/dwg, image/svg+xml, application/x-rar-compressed, image/heic, application/gzip-compressed, pplication/vnd.rar, application/vnd.oasis.opendocument.text, image/svg, application/vnd.ms-word, application/x-zip-compressed, application/tif, application/postscript, application/x-tif, application/x-tar, application/jpg, text/x-csv, text/plain, application/x-jpg, application/rtf, application/excel, application/vnd.pdf, application/gzipped, drawing/x-dwf, image/vnd.dwg, application/x-rtf, application/eps, text/svg-xml, image/jpeg, application/x-rar, image/png, application/vnd.ms-excel, image/gif, application/x-tiff, application/x-gzip, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation.
|
13165
13167
|
"""
|
13166
13168
|
file: Upload!
|
13167
13169
|
|