@nautical-commerce/graphql-schema 1.78.0-22-gaebd48aba → 1.78.0-23-gf437b4f8f
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 +6 -31
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -480,19 +480,6 @@ type Query {
|
|
480
480
|
"""Return the last n elements from the list."""
|
481
481
|
last: Int
|
482
482
|
): AgreementCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
483
|
-
sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards @deprecated(reason: "This will be removed on April 16, 2025")
|
484
|
-
sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards @deprecated(reason: "This will be removed on April 16, 2025")
|
485
|
-
|
486
|
-
"""Number of new sellers created in given period."""
|
487
|
-
newSellers(period: ReportingPeriod!): Int @deprecated(reason: "This will be removed on April 16, 2025")
|
488
|
-
|
489
|
-
"""Number of orders placed by sellers in given period."""
|
490
|
-
sellerOrders(period: ReportingPeriod!, identifier: ID): Int @deprecated(reason: "This will be removed on April 16, 2025")
|
491
|
-
|
492
|
-
"""
|
493
|
-
Return the total commissions earned across all sellers for the given period.
|
494
|
-
"""
|
495
|
-
sellerCommissions(period: ReportingPeriod!, identifier: ID): Money @deprecated(reason: "This will be removed on April 16, 2025")
|
496
483
|
|
497
484
|
"""Look up an refund by ID."""
|
498
485
|
refund(
|
@@ -8953,23 +8940,6 @@ type AgreementCountableEdge {
|
|
8953
8940
|
cursor: String!
|
8954
8941
|
}
|
8955
8942
|
|
8956
|
-
type SellerCards {
|
8957
|
-
newSellers: Int
|
8958
|
-
sellerOrders: Int
|
8959
|
-
sellerCommissions: Money
|
8960
|
-
}
|
8961
|
-
|
8962
|
-
enum ReportingPeriod {
|
8963
|
-
TODAY
|
8964
|
-
THIS_MONTH
|
8965
|
-
}
|
8966
|
-
|
8967
|
-
type SellerDetailCards {
|
8968
|
-
sellerOrders: Int
|
8969
|
-
sellerCommissions: Money
|
8970
|
-
sellerSales: TaxedMoney
|
8971
|
-
}
|
8972
|
-
|
8973
8943
|
type RefundCountableConnection {
|
8974
8944
|
"""Pagination data for this connection."""
|
8975
8945
|
pageInfo: PageInfo!
|
@@ -9259,6 +9229,11 @@ enum ProductTypeSortField {
|
|
9259
9229
|
EXTERNAL_SOURCE
|
9260
9230
|
}
|
9261
9231
|
|
9232
|
+
enum ReportingPeriod {
|
9233
|
+
TODAY
|
9234
|
+
THIS_MONTH
|
9235
|
+
}
|
9236
|
+
|
9262
9237
|
type PriceBookCountableConnection {
|
9263
9238
|
"""Pagination data for this connection."""
|
9264
9239
|
pageInfo: PageInfo!
|
@@ -12787,7 +12762,7 @@ type Mutation {
|
|
12787
12762
|
description: String
|
12788
12763
|
|
12789
12764
|
"""
|
12790
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-
|
12765
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/bmp, image/heif-sequence, image/heic, application/x-rar-compressed, application/x-tiff, application/x-pdf, application/gzip-compressed, application/x-tif, image/svg, image/heif, application/tiff, image/jpeg, text/svg-xml, application/vnd.ms-excel, application/postscript, application/zip, text/svg, application/acad, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/csv, pplication/vnd.rar, application/vnd.oasis.opendocument.presentation, application/acrobat, image/x-dwg, image/tif, application/x-gzip, text/x-comma-separated-values, application/excel, image/x-bmp, application/rtf, image/heic-sequence, image/vnd.dwg, application/x-acad, application/dxf, text/csv, application/x-autocad, drawing/x-dwg, application/gzip, application/dwg, image/x-dxf, application/x-jpg, application/eps, application/x-dxf, drawing/dwg, text/comma-separated-values, application/x-csv, image/gif, application/jpg, image/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpg, application/x-zip-compressed, application/vnd.ms-powerpoint, image/webp, text/rtf, image/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, application/tif, application/x-eps, application/x-dwg, application/gzipped, image/dxf, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tar, application/msword, image/x-eps, image/png, text/plain, text/x-pdf, application/x-rar, application/x-rtf, application/pdf, text/pdf, image/svg+xml, application/vnd.pdf, application/vnd.ms-word, text/x-csv, image/x-tif, drawing/x-dwf, image/x-tiff, image/x-ms-bmp.
|
12791
12766
|
"""
|
12792
12767
|
file: Upload!
|
12793
12768
|
|