@nautical-commerce/graphql-schema 2.35.0 → 2.36.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 +16 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -4186,7 +4186,21 @@ type Payout implements Node & ObjectWithMetadata {
|
|
|
4186
4186
|
status: PayoutStatusEnum!
|
|
4187
4187
|
name: String
|
|
4188
4188
|
currency: String!
|
|
4189
|
-
|
|
4189
|
+
|
|
4190
|
+
"""Vendor payouts included in this payout period"""
|
|
4191
|
+
vendorPayouts(
|
|
4192
|
+
"""Return the elements in the list that come before the specified cursor."""
|
|
4193
|
+
before: String
|
|
4194
|
+
|
|
4195
|
+
"""Return the elements in the list that come after the specified cursor."""
|
|
4196
|
+
after: String
|
|
4197
|
+
|
|
4198
|
+
"""Return the first n elements from the list."""
|
|
4199
|
+
first: Int
|
|
4200
|
+
|
|
4201
|
+
"""Return the last n elements from the list."""
|
|
4202
|
+
last: Int
|
|
4203
|
+
): VendorPayoutCountableConnection
|
|
4190
4204
|
vendors: Int!
|
|
4191
4205
|
netSales: Money!
|
|
4192
4206
|
discounts: Money!
|
|
@@ -12740,7 +12754,7 @@ type Mutation {
|
|
|
12740
12754
|
description: String
|
|
12741
12755
|
|
|
12742
12756
|
"""
|
|
12743
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
|
12757
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar-compressed, application/eps, application/vnd.ms-excel, application/x-rtf, application/gzipped, application/csv, text/svg-xml, image/x-eps, application/vnd.oasis.opendocument.text, application/dwg, text/plain, application/x-autocad, application/acad, image/heic, application/jpg, image/svg+xml, application/vnd.ms-word, application/x-rar, application/acrobat, image/dxf, application/x-gzip, image/heic-sequence, application/x-dxf, application/x-dwg, image/heif-sequence, image/webp, image/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/x-csv, application/x-tif, application/postscript, text/x-csv, application/zip, text/svg, application/gzip-compressed, image/heif, image/vnd.dwg, image/x-ms-bmp, application/x-tar, application/vnd.pdf, application/msword, image/x-bmp, application/x-pdf, text/x-comma-separated-values, image/gif, application/vnd.oasis.opendocument.presentation, drawing/x-dwf, image/tiff, application/rtf, pplication/vnd.rar, image/x-tif, image/x-dwg, application/svg+xml, application/gzip, text/csv, drawing/x-dwg, text/pdf, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dxf, image/jpg, application/x-zip-compressed, application/vnd.ms-powerpoint, application/tiff, application/excel, application/tif, application/x-tiff, application/x-acad, application/x-jpg, text/comma-separated-values, image/svg, application/x-eps, text/rtf, image/tif, application/pdf, image/bmp, image/x-tiff, text/x-pdf, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png.
|
|
12744
12758
|
"""
|
|
12745
12759
|
file: Upload!
|
|
12746
12760
|
|