You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: discounts/rust/network/default/schema.graphql
+14-48
Original file line number
Diff line number
Diff line change
@@ -1889,10 +1889,7 @@ enum CurrencyCode {
1889
1889
"""
1890
1890
Belarusian Ruble (BYR).
1891
1891
"""
1892
-
BYR
1893
-
@deprecated(
1894
-
reason: "`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead."
1895
-
)
1892
+
BYR@deprecated(reason: "`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead.")
1896
1893
1897
1894
"""
1898
1895
Belize Dollar (BZD).
@@ -2417,10 +2414,7 @@ enum CurrencyCode {
2417
2414
"""
2418
2415
Sao Tome And Principe Dobra (STD).
2419
2416
"""
2420
-
STD
2421
-
@deprecated(
2422
-
reason: "`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead."
2423
-
)
2417
+
STD@deprecated(reason: "`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead.")
2424
2418
2425
2419
"""
2426
2420
Sao Tome And Principe Dobra (STN).
@@ -2515,10 +2509,7 @@ enum CurrencyCode {
2515
2509
"""
2516
2510
Venezuelan Bolivares (VEF).
2517
2511
"""
2518
-
VEF
2519
-
@deprecated(
2520
-
reason: "`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead."
2521
-
)
2512
+
VEF@deprecated(reason: "`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead.")
2522
2513
2523
2514
"""
2524
2515
Venezuelan Bolivares Soberanos (VES).
@@ -3051,8 +3042,7 @@ type GateSubject {
3051
3042
"""
3052
3043
The appId of the gate configurations to search for.
3053
3044
"""
3054
-
appId: String
3055
-
@deprecated(reason: "Use GateSubject.handle to filter gates instead.")
3045
+
appId: String@deprecated(reason: "Use GateSubject.handle to filter gates instead.")
3056
3046
): GateConfiguration!
3057
3047
3058
3048
"""
@@ -3080,7 +3070,7 @@ interface HasGates {
3080
3070
The handle of the gate configurations to search for.
3081
3071
"""
3082
3072
handle: Handle
3083
-
): [GateSubject!]!
3073
+
): [GateSubject!]!@deprecated(reason: "Gates API is being sunset and will be removed in a future version. Use `metafields` instead for gate configuration.")
The handle of the gate configurations to search for.
4756
4722
"""
4757
4723
handle: Handle
4758
-
): [GateSubject!]!
4724
+
): [GateSubject!]!@deprecated(reason: "Gates API is being sunset and will be removed in a future version. Use `metafields` instead for gate configuration.")
4759
4725
4760
4726
"""
4761
4727
A unique human-friendly string of the product's title.
0 commit comments