@nautical-commerce/graphql-schema 1.69.0-2-g78735acf3 → 1.69.0-21-g00aad01d7
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 +25 -81
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -442,7 +442,7 @@ type Query {
|
|
442
442
|
|
443
443
|
"""Return the last n elements from the list."""
|
444
444
|
last: Int
|
445
|
-
): UserCountableConnection
|
445
|
+
): UserCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
446
446
|
availablePlans(
|
447
447
|
query: String
|
448
448
|
|
@@ -457,7 +457,7 @@ type Query {
|
|
457
457
|
|
458
458
|
"""Return the last n elements from the list."""
|
459
459
|
last: Int
|
460
|
-
): AgreementCountableConnection
|
460
|
+
): AgreementCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
461
461
|
sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards @deprecated(reason: "This will be removed on April 16, 2025")
|
462
462
|
sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards @deprecated(reason: "This will be removed on April 16, 2025")
|
463
463
|
|
@@ -733,7 +733,7 @@ type Query {
|
|
733
733
|
|
734
734
|
"""Return the last n elements from the list."""
|
735
735
|
last: Int
|
736
|
-
): ProductVariantCountableConnection
|
736
|
+
): ProductVariantCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
737
737
|
|
738
738
|
"""Look up a price book by ID."""
|
739
739
|
priceBook(
|
@@ -1143,9 +1143,6 @@ type Query {
|
|
1143
1143
|
payoutId: ID
|
1144
1144
|
): VendorPayoutReport
|
1145
1145
|
vendorPayoutList(
|
1146
|
-
"""Vendor type of the payout"""
|
1147
|
-
vendorType: String @deprecated(reason: "This will be removed on February 1, 2025.")
|
1148
|
-
|
1149
1146
|
"""Vendor ID"""
|
1150
1147
|
vendorId: ID
|
1151
1148
|
): SingleVendorPayoutReport
|
@@ -1219,7 +1216,7 @@ type Query {
|
|
1219
1216
|
|
1220
1217
|
"""Return the last n elements from the list."""
|
1221
1218
|
last: Int
|
1222
|
-
): OrderEventCountableConnection
|
1219
|
+
): OrderEventCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
1223
1220
|
|
1224
1221
|
"""
|
1225
1222
|
List of activity events to display on homepage (at the moment it only contains nautical-order-events).
|
@@ -1236,7 +1233,7 @@ type Query {
|
|
1236
1233
|
|
1237
1234
|
"""Return the last n elements from the list."""
|
1238
1235
|
last: Int
|
1239
|
-
): NauticalOrderEventCountableConnection
|
1236
|
+
): NauticalOrderEventCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
1240
1237
|
|
1241
1238
|
"""Look up an order by ID."""
|
1242
1239
|
order(
|
@@ -1457,7 +1454,7 @@ type Query {
|
|
1457
1454
|
|
1458
1455
|
"""End date to filter cards and order data"""
|
1459
1456
|
endDate: Date!
|
1460
|
-
): OptimizedHome
|
1457
|
+
): OptimizedHome @deprecated(reason: "This will be removed on April 29, 2025.")
|
1461
1458
|
|
1462
1459
|
"""Return requested nautical configuration item"""
|
1463
1460
|
nauticalConfiguration(
|
@@ -2032,7 +2029,7 @@ type Query {
|
|
2032
2029
|
|
2033
2030
|
"""Sublocality like a district."""
|
2034
2031
|
cityArea: String
|
2035
|
-
): AddressValidationData!
|
2032
|
+
): AddressValidationData! @deprecated(reason: "This will be removed on April 29, 2025.")
|
2036
2033
|
|
2037
2034
|
"""Look up an address by ID."""
|
2038
2035
|
address(
|
@@ -3827,9 +3824,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3827
3824
|
"""Seller commission for the order"""
|
3828
3825
|
sellerCommission: Money
|
3829
3826
|
|
3830
|
-
"""Volume discount for the order"""
|
3831
|
-
volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
|
3832
|
-
|
3833
3827
|
"""Validation status for the order"""
|
3834
3828
|
validationStatus: [ValidationStatus!]
|
3835
3829
|
|
@@ -4700,7 +4694,7 @@ type App implements Node & ObjectWithMetadata {
|
|
4700
4694
|
metadata: [MetadataItem!]!
|
4701
4695
|
|
4702
4696
|
"""Type of the app."""
|
4703
|
-
type: AppTypeEnum
|
4697
|
+
type: AppTypeEnum @deprecated(reason: "This will be removed on April 30, 2025.")
|
4704
4698
|
|
4705
4699
|
"""List of dashboard integrations for this app"""
|
4706
4700
|
dashboardIntegrations: [AppDashboardIntegration!]
|
@@ -4712,25 +4706,25 @@ type App implements Node & ObjectWithMetadata {
|
|
4712
4706
|
webhooks: [Webhook!]
|
4713
4707
|
|
4714
4708
|
"""Description of this app."""
|
4715
|
-
aboutApp: String
|
4709
|
+
aboutApp: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4716
4710
|
|
4717
4711
|
"""Description of the data privacy defined for this app."""
|
4718
|
-
dataPrivacy: String
|
4712
|
+
dataPrivacy: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4719
4713
|
|
4720
4714
|
"""Url to details about the privacy policy on the app owner page."""
|
4721
|
-
dataPrivacyUrl: String
|
4715
|
+
dataPrivacyUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4722
4716
|
|
4723
4717
|
"""Homepage of the app."""
|
4724
|
-
homepageUrl: String
|
4718
|
+
homepageUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4725
4719
|
|
4726
4720
|
"""Support page for the app."""
|
4727
|
-
supportUrl: String
|
4721
|
+
supportUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4728
4722
|
|
4729
4723
|
"""Url to iframe with the configuration for the app."""
|
4730
|
-
configurationUrl: String
|
4724
|
+
configurationUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4731
4725
|
|
4732
4726
|
"""Url to iframe with the app."""
|
4733
|
-
appUrl: String
|
4727
|
+
appUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4734
4728
|
|
4735
4729
|
"""Version number of the app."""
|
4736
4730
|
version: String
|
@@ -5619,9 +5613,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5619
5613
|
|
5620
5614
|
"""Returns True, if order requires shipping."""
|
5621
5615
|
isShippingRequired: Boolean!
|
5622
|
-
|
5623
|
-
"""Volume discount for the nautical order"""
|
5624
|
-
volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
|
5625
5616
|
shippingMethodName: String!
|
5626
5617
|
|
5627
5618
|
"""List of all the vendor orders connected to this marketplace order."""
|
@@ -7762,7 +7753,6 @@ input CustomerOrderFilterInput {
|
|
7762
7753
|
search: String
|
7763
7754
|
source: [OrderSourceFilter!]
|
7764
7755
|
isHistorical: Boolean
|
7765
|
-
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
7766
7756
|
payoutStatus: [OrderPayoutStatusEnum!]
|
7767
7757
|
vendorPayouts: [ID]
|
7768
7758
|
payouts: [ID]
|
@@ -7786,15 +7776,6 @@ enum OrderSourceFilter {
|
|
7786
7776
|
EXTERNAL
|
7787
7777
|
}
|
7788
7778
|
|
7789
|
-
enum OfferOrderSubStatusFilter {
|
7790
|
-
OFFER_APPROVED
|
7791
|
-
OFFER_CANCELLED
|
7792
|
-
OFFER_CREATED
|
7793
|
-
OFFER_EXPIRED
|
7794
|
-
OFFER_NEGOTIATING
|
7795
|
-
OFFER_REJECTED
|
7796
|
-
}
|
7797
|
-
|
7798
7779
|
input OrderSortingInput {
|
7799
7780
|
"""Specifies the direction in which to sort products."""
|
7800
7781
|
direction: OrderDirection!
|
@@ -7866,7 +7847,6 @@ input CustomerNauticalOrderFilterInput {
|
|
7866
7847
|
search: String
|
7867
7848
|
source: [OrderSourceFilter!]
|
7868
7849
|
isHistorical: Boolean
|
7869
|
-
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
7870
7850
|
}
|
7871
7851
|
|
7872
7852
|
type UserPermission {
|
@@ -10399,7 +10379,6 @@ type OrderVendorSummaryType {
|
|
10399
10379
|
average: Float
|
10400
10380
|
taxes: Float
|
10401
10381
|
discounts: Float
|
10402
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10403
10382
|
revenue: Float
|
10404
10383
|
totals: Int
|
10405
10384
|
commission: Float
|
@@ -10419,7 +10398,6 @@ type OrderVendorReportType {
|
|
10419
10398
|
average: Float
|
10420
10399
|
taxes: Float
|
10421
10400
|
discounts: Float
|
10422
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10423
10401
|
revenue: Float
|
10424
10402
|
totals: Int
|
10425
10403
|
commission: Float
|
@@ -10448,7 +10426,6 @@ type SingleVendorReportType {
|
|
10448
10426
|
average: Float
|
10449
10427
|
taxes: Float
|
10450
10428
|
discounts: Float
|
10451
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10452
10429
|
revenue: Float
|
10453
10430
|
totals: Int
|
10454
10431
|
commission: Float
|
@@ -10472,7 +10449,6 @@ type SingleVendorSummaryType {
|
|
10472
10449
|
average: Float
|
10473
10450
|
taxes: Float
|
10474
10451
|
discounts: Float
|
10475
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10476
10452
|
revenue: Float
|
10477
10453
|
totals: Int
|
10478
10454
|
commission: Float
|
@@ -10621,7 +10597,6 @@ input OrderFilterInput {
|
|
10621
10597
|
search: String
|
10622
10598
|
source: [OrderSourceFilter!]
|
10623
10599
|
isHistorical: Boolean
|
10624
|
-
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10625
10600
|
payoutStatus: [OrderPayoutStatusEnum!]
|
10626
10601
|
vendorPayouts: [ID]
|
10627
10602
|
payouts: [ID]
|
@@ -10638,7 +10613,6 @@ input NauticalOrderFilterInput {
|
|
10638
10613
|
search: String
|
10639
10614
|
source: [OrderSourceFilter!]
|
10640
10615
|
isHistorical: Boolean
|
10641
|
-
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10642
10616
|
}
|
10643
10617
|
|
10644
10618
|
input OrderDraftFilterInput {
|
@@ -10650,7 +10624,7 @@ input OrderDraftFilterInput {
|
|
10650
10624
|
search: String
|
10651
10625
|
isHistorical: Boolean
|
10652
10626
|
source: [OrderSourceFilter!]
|
10653
|
-
subStatus:
|
10627
|
+
subStatus: String
|
10654
10628
|
}
|
10655
10629
|
|
10656
10630
|
input NauticalOrderDraftFilterInput {
|
@@ -10662,7 +10636,7 @@ input NauticalOrderDraftFilterInput {
|
|
10662
10636
|
search: String
|
10663
10637
|
isHistorical: Boolean
|
10664
10638
|
source: [OrderSourceFilter!]
|
10665
|
-
subStatus:
|
10639
|
+
subStatus: String
|
10666
10640
|
}
|
10667
10641
|
|
10668
10642
|
input NauticalOrderQuoteFilterInput {
|
@@ -11908,7 +11882,6 @@ type OrderSellerSummaryType {
|
|
11908
11882
|
average: Float
|
11909
11883
|
taxes: Float
|
11910
11884
|
discounts: Float
|
11911
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
11912
11885
|
revenue: Float
|
11913
11886
|
totals: Int
|
11914
11887
|
commission: Float
|
@@ -11924,7 +11897,6 @@ type OrderCustomerReportType {
|
|
11924
11897
|
average: Float
|
11925
11898
|
taxes: Float
|
11926
11899
|
discounts: Float
|
11927
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
11928
11900
|
revenue: Float
|
11929
11901
|
totals: Int
|
11930
11902
|
commission: Float
|
@@ -11965,7 +11937,6 @@ type OrderSellerReportType {
|
|
11965
11937
|
average: Float
|
11966
11938
|
taxes: Float
|
11967
11939
|
discounts: Float
|
11968
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
11969
11940
|
revenue: Float
|
11970
11941
|
totals: Int
|
11971
11942
|
commission: Float
|
@@ -12006,7 +11977,6 @@ type OrderMarketplaceReportType {
|
|
12006
11977
|
average: Float
|
12007
11978
|
taxes: Float
|
12008
11979
|
discounts: Float
|
12009
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12010
11980
|
revenue: Float
|
12011
11981
|
totals: Int
|
12012
11982
|
commission: Float
|
@@ -12078,7 +12048,6 @@ type AbstractOrderSellerReportType {
|
|
12078
12048
|
average: Float
|
12079
12049
|
taxes: Float
|
12080
12050
|
discounts: Float
|
12081
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12082
12051
|
revenue: Float
|
12083
12052
|
totals: Int
|
12084
12053
|
commission: Float
|
@@ -12093,7 +12062,6 @@ type MarketplaceTaxReportType {
|
|
12093
12062
|
average: Float
|
12094
12063
|
taxes: Float
|
12095
12064
|
discounts: Float
|
12096
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12097
12065
|
revenue: Float
|
12098
12066
|
totals: Int
|
12099
12067
|
commission: Float
|
@@ -12133,7 +12101,6 @@ type MarketplaceTaxReportByLocaleType {
|
|
12133
12101
|
average: Float
|
12134
12102
|
taxes: Float
|
12135
12103
|
discounts: Float
|
12136
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12137
12104
|
revenue: Float
|
12138
12105
|
totals: Int
|
12139
12106
|
commission: Float
|
@@ -12325,7 +12292,6 @@ type AbstractPercentReportType {
|
|
12325
12292
|
average: Float
|
12326
12293
|
taxes: Float
|
12327
12294
|
discounts: Float
|
12328
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12329
12295
|
revenue: Float
|
12330
12296
|
totals: Float
|
12331
12297
|
}
|
@@ -12344,7 +12310,6 @@ type DashboardSellerOrderPerformanceType {
|
|
12344
12310
|
average: Float
|
12345
12311
|
taxes: Float
|
12346
12312
|
discounts: Float
|
12347
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12348
12313
|
revenue: Float
|
12349
12314
|
totals: Int
|
12350
12315
|
commission: Float
|
@@ -12366,7 +12331,6 @@ type GraphDataType {
|
|
12366
12331
|
average: Float
|
12367
12332
|
taxes: Float
|
12368
12333
|
discounts: Float
|
12369
|
-
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12370
12334
|
revenue: Float
|
12371
12335
|
totals: Int
|
12372
12336
|
commission: Float
|
@@ -13155,7 +13119,7 @@ type Mutation {
|
|
13155
13119
|
description: String
|
13156
13120
|
|
13157
13121
|
"""
|
13158
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/
|
13122
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/dxf, text/csv, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, image/x-bmp, image/eps, image/heic, application/x-jpg, application/vnd.oasis.opendocument.presentation, text/plain, application/gzipped, application/msword, image/svg, image/jpeg, text/pdf, application/zip, image/webp, text/x-csv, image/x-tiff, text/comma-separated-values, application/x-rtf, application/x-dwg, application/pdf, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/tiff, image/x-dxf, application/eps, application/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip, pplication/vnd.rar, drawing/x-dwf, application/x-tif, image/gif, application/jpg, application/acad, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-ms-bmp, image/x-eps, application/rtf, image/bmp, text/x-comma-separated-values, text/x-pdf, application/dxf, application/acrobat, application/postscript, image/vnd.dwg, image/heic-sequence, application/x-tar, application/x-tiff, application/tif, text/svg, application/vnd.ms-excel, image/tif, image/x-dwg, application/x-rar-compressed, application/vnd.ms-word, application/csv, application/vnd.ms-powerpoint, image/heif, image/svg+xml, application/x-rar, application/x-zip-compressed, image/heif-sequence, image/png, drawing/x-dwg, application/x-csv, image/jpg, application/svg+xml, application/x-gzip, image/x-tif, application/x-eps, application/x-dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.pdf, text/svg-xml, application/x-autocad, application/x-acad, application/tiff, application/excel, text/rtf.
|
13159
13123
|
"""
|
13160
13124
|
file: Upload!
|
13161
13125
|
|
@@ -13250,7 +13214,7 @@ type Mutation {
|
|
13250
13214
|
|
13251
13215
|
"""Fields required to update a payout date range."""
|
13252
13216
|
input: PayoutDatesInput!
|
13253
|
-
): PayoutDatesUpdate
|
13217
|
+
): PayoutDatesUpdate @deprecated(reason: "This will be removed on April 29, 2025.")
|
13254
13218
|
|
13255
13219
|
"""Archive payouts."""
|
13256
13220
|
payoutBulkArchive(
|
@@ -14857,7 +14821,7 @@ type Mutation {
|
|
14857
14821
|
|
14858
14822
|
"""Fields required to create a return notification for the order."""
|
14859
14823
|
input: OrderReturnNotificationInput!
|
14860
|
-
): OrderReturnNotification
|
14824
|
+
): OrderReturnNotification @deprecated(reason: "This will be removed on April 29, 2025.")
|
14861
14825
|
|
14862
14826
|
"""
|
14863
14827
|
Attempts to force a refresh of the existing taxes on a non-placed nautical order.
|
@@ -14889,7 +14853,7 @@ type Mutation {
|
|
14889
14853
|
|
14890
14854
|
"""Fields required to create a return notification for the order."""
|
14891
14855
|
input: OrderReturnNotificationInput!
|
14892
|
-
): NauticalOrderReturnNotification
|
14856
|
+
): NauticalOrderReturnNotification @deprecated(reason: "This will be removed on April 29, 2025.")
|
14893
14857
|
|
14894
14858
|
"""Adds return notification note to the order."""
|
14895
14859
|
nauticalOrderReturnFromStorefrontNotification(
|
@@ -14898,16 +14862,7 @@ type Mutation {
|
|
14898
14862
|
|
14899
14863
|
"""Fields required to create a return notification for the order."""
|
14900
14864
|
input: OrderReturnNotificationInput!
|
14901
|
-
): NauticalOrderReturnFromStorefrontNotification
|
14902
|
-
|
14903
|
-
"""Adds return notification note to the order."""
|
14904
|
-
vendorOrderReturnFromStorefrontNotification(
|
14905
|
-
"""ID of the order to add a note for."""
|
14906
|
-
order: ID!
|
14907
|
-
|
14908
|
-
"""Fields required to create a return notification for the order."""
|
14909
|
-
input: OrderReturnNotificationInput!
|
14910
|
-
): VendorOrderReturnFromStorefrontNotification
|
14865
|
+
): NauticalOrderReturnFromStorefrontNotification @deprecated(reason: "This will be removed on April 29, 2025.")
|
14911
14866
|
|
14912
14867
|
"""Cancel an order."""
|
14913
14868
|
orderCancel(
|
@@ -15383,7 +15338,7 @@ type Mutation {
|
|
15383
15338
|
|
15384
15339
|
"""Seller ID"""
|
15385
15340
|
sellerId: ID
|
15386
|
-
): CustomersExport
|
15341
|
+
): CustomersExport @deprecated(reason: "This will be removed on April 29, 2025")
|
15387
15342
|
|
15388
15343
|
"""Update plugin flow."""
|
15389
15344
|
pluginFlowUpdate(
|
@@ -15547,7 +15502,7 @@ type Mutation {
|
|
15547
15502
|
productsImport(
|
15548
15503
|
"""Represents a file in a multipart request."""
|
15549
15504
|
file: Upload!
|
15550
|
-
): ProductsImport
|
15505
|
+
): ProductsImport @deprecated(reason: "This will be removed on April 29, 2025.")
|
15551
15506
|
|
15552
15507
|
"""Adds a gift card or a voucher to a checkout."""
|
15553
15508
|
checkoutAddPromoCode(
|
@@ -15599,7 +15554,6 @@ type Mutation {
|
|
15599
15554
|
Determines whether the email sent out is catered to carriers instead of customers
|
15600
15555
|
"""
|
15601
15556
|
vehicles: Boolean = false
|
15602
|
-
volumeDiscount: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
15603
15557
|
): CheckoutComplete
|
15604
15558
|
|
15605
15559
|
"""
|
@@ -20971,16 +20925,6 @@ type NauticalOrderReturnFromStorefrontNotification {
|
|
20971
20925
|
orderErrors: [OrderError!]!
|
20972
20926
|
}
|
20973
20927
|
|
20974
|
-
"""Adds return notification note to the order."""
|
20975
|
-
type VendorOrderReturnFromStorefrontNotification {
|
20976
|
-
"""Order with return notification note added."""
|
20977
|
-
order: Order
|
20978
|
-
|
20979
|
-
"""Order return notification created."""
|
20980
|
-
event: [OrderEvent!]
|
20981
|
-
orderErrors: [OrderError!]!
|
20982
|
-
}
|
20983
|
-
|
20984
20928
|
"""Cancel an order."""
|
20985
20929
|
type OrderCancel {
|
20986
20930
|
"""Canceled order."""
|
@@ -23289,7 +23233,7 @@ type VerifyToken {
|
|
23289
23233
|
isValid: Boolean!
|
23290
23234
|
|
23291
23235
|
"""JWT payload."""
|
23292
|
-
payload: GenericScalar
|
23236
|
+
payload: GenericScalar @deprecated(reason: "This will be removed on April 29, 2025")
|
23293
23237
|
accountErrors: [AccountError!]!
|
23294
23238
|
}
|
23295
23239
|
|