@@ -80,8 +80,6 @@ export type Scalars = {
80
80
Username : { input : string ; output : string ; }
81
81
/** Unique identifier of a wallet */
82
82
WalletId : { input : string ; output : string ; }
83
- join__FieldSet : { input : string ; output : string ; }
84
- link__Import : { input : string ; output : string ; }
85
83
_FieldSet : { input : string ; output : string ; }
86
84
} ;
87
85
@@ -977,8 +975,6 @@ export type OnChainPaymentSendAllInput = {
977
975
readonly address : Scalars [ 'OnChainAddress' ] [ 'input' ] ;
978
976
readonly memo ?: InputMaybe < Scalars [ 'Memo' ] [ 'input' ] > ;
979
977
readonly speed ?: InputMaybe < PayoutSpeed > ;
980
- /** @deprecated Ignored - will be replaced */
981
- readonly targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
982
978
readonly walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
983
979
} ;
984
980
@@ -987,8 +983,6 @@ export type OnChainPaymentSendInput = {
987
983
readonly amount : Scalars [ 'SatAmount' ] [ 'input' ] ;
988
984
readonly memo ?: InputMaybe < Scalars [ 'Memo' ] [ 'input' ] > ;
989
985
readonly speed ?: InputMaybe < PayoutSpeed > ;
990
- /** @deprecated Ignored - will be replaced */
991
- readonly targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
992
986
readonly walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
993
987
} ;
994
988
@@ -1015,8 +1009,6 @@ export type OnChainUsdPaymentSendAsBtcDenominatedInput = {
1015
1009
readonly amount : Scalars [ 'SatAmount' ] [ 'input' ] ;
1016
1010
readonly memo ?: InputMaybe < Scalars [ 'Memo' ] [ 'input' ] > ;
1017
1011
readonly speed ?: InputMaybe < PayoutSpeed > ;
1018
- /** @deprecated Ignored - will be replaced */
1019
- readonly targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
1020
1012
readonly walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
1021
1013
} ;
1022
1014
@@ -1025,8 +1017,6 @@ export type OnChainUsdPaymentSendInput = {
1025
1017
readonly amount : Scalars [ 'CentAmount' ] [ 'input' ] ;
1026
1018
readonly memo ?: InputMaybe < Scalars [ 'Memo' ] [ 'input' ] > ;
1027
1019
readonly speed ?: InputMaybe < PayoutSpeed > ;
1028
- /** @deprecated Ignored - will be replaced */
1029
- readonly targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
1030
1020
readonly walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
1031
1021
} ;
1032
1022
@@ -1224,7 +1214,6 @@ export type QueryOnChainTxFeeArgs = {
1224
1214
address : Scalars [ 'OnChainAddress' ] [ 'input' ] ;
1225
1215
amount : Scalars [ 'SatAmount' ] [ 'input' ] ;
1226
1216
speed ?: InputMaybe < PayoutSpeed > ;
1227
- targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
1228
1217
walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
1229
1218
} ;
1230
1219
@@ -1233,7 +1222,6 @@ export type QueryOnChainUsdTxFeeArgs = {
1233
1222
address : Scalars [ 'OnChainAddress' ] [ 'input' ] ;
1234
1223
amount : Scalars [ 'CentAmount' ] [ 'input' ] ;
1235
1224
speed ?: InputMaybe < PayoutSpeed > ;
1236
- targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
1237
1225
walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
1238
1226
} ;
1239
1227
@@ -1242,7 +1230,6 @@ export type QueryOnChainUsdTxFeeAsBtcDenominatedArgs = {
1242
1230
address : Scalars [ 'OnChainAddress' ] [ 'input' ] ;
1243
1231
amount : Scalars [ 'SatAmount' ] [ 'input' ] ;
1244
1232
speed ?: InputMaybe < PayoutSpeed > ;
1245
- targetConfirmations ?: InputMaybe < Scalars [ 'TargetConfirmations' ] [ 'input' ] > ;
1246
1233
walletId : Scalars [ 'WalletId' ] [ 'input' ] ;
1247
1234
} ;
1248
1235
@@ -1771,20 +1758,6 @@ export const WelcomeRange = {
1771
1758
} as const ;
1772
1759
1773
1760
export type WelcomeRange = typeof WelcomeRange [ keyof typeof WelcomeRange ] ;
1774
- export const Join__Graph = {
1775
- Circles : 'CIRCLES' ,
1776
- Galoy : 'GALOY'
1777
- } as const ;
1778
-
1779
- export type Join__Graph = typeof Join__Graph [ keyof typeof Join__Graph ] ;
1780
- export const Link__Purpose = {
1781
- /** `EXECUTION` features provide metadata necessary for operation execution. */
1782
- Execution : 'EXECUTION' ,
1783
- /** `SECURITY` features provide metadata necessary to securely resolve fields. */
1784
- Security : 'SECURITY'
1785
- } as const ;
1786
-
1787
- export type Link__Purpose = typeof Link__Purpose [ keyof typeof Link__Purpose ] ;
1788
1761
export type MobileUpdateQueryVariables = Exact < { [ key : string ] : never ; } > ;
1789
1762
1790
1763
@@ -6184,10 +6157,6 @@ export type ResolversTypes = {
6184
6157
WelcomeLeaderboardInput : WelcomeLeaderboardInput ;
6185
6158
WelcomeProfile : ResolverTypeWrapper < WelcomeProfile > ;
6186
6159
WelcomeRange : WelcomeRange ;
6187
- join__FieldSet : ResolverTypeWrapper < Scalars [ 'join__FieldSet' ] [ 'output' ] > ;
6188
- join__Graph : Join__Graph ;
6189
- link__Import : ResolverTypeWrapper < Scalars [ 'link__Import' ] [ 'output' ] > ;
6190
- link__Purpose : Link__Purpose ;
6191
6160
} ;
6192
6161
6193
6162
/** Mapping between all available schema types and the resolvers parents */
@@ -6368,67 +6337,14 @@ export type ResolversParentTypes = {
6368
6337
WalletId : Scalars [ 'WalletId' ] [ 'output' ] ;
6369
6338
WelcomeLeaderboardInput : WelcomeLeaderboardInput ;
6370
6339
WelcomeProfile : WelcomeProfile ;
6371
- join__FieldSet : Scalars [ 'join__FieldSet' ] [ 'output' ] ;
6372
- link__Import : Scalars [ 'link__Import' ] [ 'output' ] ;
6373
- } ;
6374
-
6375
- export type Join__EnumValueDirectiveArgs = {
6376
- graph : Join__Graph ;
6377
- } ;
6378
-
6379
- export type Join__EnumValueDirectiveResolver < Result , Parent , ContextType = any , Args = Join__EnumValueDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6380
-
6381
- export type Join__FieldDirectiveArgs = {
6382
- external ?: Maybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
6383
- graph ?: Maybe < Join__Graph > ;
6384
- override ?: Maybe < Scalars [ 'String' ] [ 'input' ] > ;
6385
- provides ?: Maybe < Scalars [ 'join__FieldSet' ] [ 'input' ] > ;
6386
- requires ?: Maybe < Scalars [ 'join__FieldSet' ] [ 'input' ] > ;
6387
- type ?: Maybe < Scalars [ 'String' ] [ 'input' ] > ;
6388
- usedOverridden ?: Maybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
6389
- } ;
6390
-
6391
- export type Join__FieldDirectiveResolver < Result , Parent , ContextType = any , Args = Join__FieldDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6392
-
6393
- export type Join__GraphDirectiveArgs = {
6394
- name : Scalars [ 'String' ] [ 'input' ] ;
6395
- url : Scalars [ 'String' ] [ 'input' ] ;
6396
- } ;
6397
-
6398
- export type Join__GraphDirectiveResolver < Result , Parent , ContextType = any , Args = Join__GraphDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6399
-
6400
- export type Join__ImplementsDirectiveArgs = {
6401
- graph : Join__Graph ;
6402
- interface : Scalars [ 'String' ] [ 'input' ] ;
6403
6340
} ;
6404
6341
6405
- export type Join__ImplementsDirectiveResolver < Result , Parent , ContextType = any , Args = Join__ImplementsDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6406
-
6407
- export type Join__TypeDirectiveArgs = {
6408
- extension ?: Scalars [ 'Boolean' ] [ 'input' ] ;
6409
- graph : Join__Graph ;
6410
- isInterfaceObject ?: Scalars [ 'Boolean' ] [ 'input' ] ;
6411
- key ?: Maybe < Scalars [ 'join__FieldSet' ] [ 'input' ] > ;
6412
- resolvable ?: Scalars [ 'Boolean' ] [ 'input' ] ;
6342
+ export type DeferDirectiveArgs = {
6343
+ if ?: Scalars [ 'Boolean' ] [ 'input' ] ;
6344
+ label ?: Maybe < Scalars [ 'String' ] [ 'input' ] > ;
6413
6345
} ;
6414
6346
6415
- export type Join__TypeDirectiveResolver < Result , Parent , ContextType = any , Args = Join__TypeDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6416
-
6417
- export type Join__UnionMemberDirectiveArgs = {
6418
- graph : Join__Graph ;
6419
- member : Scalars [ 'String' ] [ 'input' ] ;
6420
- } ;
6421
-
6422
- export type Join__UnionMemberDirectiveResolver < Result , Parent , ContextType = any , Args = Join__UnionMemberDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6423
-
6424
- export type LinkDirectiveArgs = {
6425
- as ?: Maybe < Scalars [ 'String' ] [ 'input' ] > ;
6426
- for ?: Maybe < Link__Purpose > ;
6427
- import ?: Maybe < ReadonlyArray < Maybe < Scalars [ 'link__Import' ] [ 'input' ] > > > ;
6428
- url ?: Maybe < Scalars [ 'String' ] [ 'input' ] > ;
6429
- } ;
6430
-
6431
- export type LinkDirectiveResolver < Result , Parent , ContextType = any , Args = LinkDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6347
+ export type DeferDirectiveResolver < Result , Parent , ContextType = any , Args = DeferDirectiveArgs > = DirectiveResolverFn < Result , Parent , ContextType , Args > ;
6432
6348
6433
6349
export type AccountResolvers < ContextType = any , ParentType extends ResolversParentTypes [ 'Account' ] = ResolversParentTypes [ 'Account' ] > = {
6434
6350
__resolveType : TypeResolveFn < 'ConsumerAccount' , ParentType , ContextType > ;
@@ -6972,9 +6888,9 @@ export type QueryResolvers<ContextType = any, ParentType extends ResolversParent
6972
6888
lnInvoicePaymentStatus ?: Resolver < ResolversTypes [ 'LnInvoicePaymentStatusPayload' ] , ParentType , ContextType , RequireFields < QueryLnInvoicePaymentStatusArgs , 'input' > > ;
6973
6889
me ?: Resolver < Maybe < ResolversTypes [ 'User' ] > , ParentType , ContextType > ;
6974
6890
mobileVersions ?: Resolver < Maybe < ReadonlyArray < Maybe < ResolversTypes [ 'MobileVersions' ] > > > , ParentType , ContextType > ;
6975
- onChainTxFee ?: Resolver < ResolversTypes [ 'OnChainTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainTxFeeArgs , 'address' | 'amount' | 'speed' | 'targetConfirmations' | ' walletId'> > ;
6976
- onChainUsdTxFee ?: Resolver < ResolversTypes [ 'OnChainUsdTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainUsdTxFeeArgs , 'address' | 'amount' | 'speed' | 'targetConfirmations' | ' walletId'> > ;
6977
- onChainUsdTxFeeAsBtcDenominated ?: Resolver < ResolversTypes [ 'OnChainUsdTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainUsdTxFeeAsBtcDenominatedArgs , 'address' | 'amount' | 'speed' | 'targetConfirmations' | ' walletId'> > ;
6891
+ onChainTxFee ?: Resolver < ResolversTypes [ 'OnChainTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainTxFeeArgs , 'address' | 'amount' | 'speed' | 'walletId' > > ;
6892
+ onChainUsdTxFee ?: Resolver < ResolversTypes [ 'OnChainUsdTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainUsdTxFeeArgs , 'address' | 'amount' | 'speed' | 'walletId' > > ;
6893
+ onChainUsdTxFeeAsBtcDenominated ?: Resolver < ResolversTypes [ 'OnChainUsdTxFee' ] , ParentType , ContextType , RequireFields < QueryOnChainUsdTxFeeAsBtcDenominatedArgs , 'address' | 'amount' | 'speed' | 'walletId' > > ;
6978
6894
price ?: Resolver < Maybe < ResolversTypes [ 'String' ] > , ParentType , ContextType > ;
6979
6895
quizQuestions ?: Resolver < Maybe < ReadonlyArray < Maybe < ResolversTypes [ 'QuizQuestion' ] > > > , ParentType , ContextType > ;
6980
6896
realtimePrice ?: Resolver < ResolversTypes [ 'RealtimePrice' ] , ParentType , ContextType , RequireFields < QueryRealtimePriceArgs , 'currency' > > ;
@@ -7291,14 +7207,6 @@ export type WelcomeProfileResolvers<ContextType = any, ParentType extends Resolv
7291
7207
__isTypeOf ?: IsTypeOfResolverFn < ParentType , ContextType > ;
7292
7208
} ;
7293
7209
7294
- export interface Join__FieldSetScalarConfig extends GraphQLScalarTypeConfig < ResolversTypes [ 'join__FieldSet' ] , any > {
7295
- name : 'join__FieldSet' ;
7296
- }
7297
-
7298
- export interface Link__ImportScalarConfig extends GraphQLScalarTypeConfig < ResolversTypes [ 'link__Import' ] , any > {
7299
- name : 'link__Import' ;
7300
- }
7301
-
7302
7210
export type Resolvers < ContextType = any > = {
7303
7211
Account ?: AccountResolvers < ContextType > ;
7304
7212
AccountDeletePayload ?: AccountDeletePayloadResolvers < ContextType > ;
@@ -7425,16 +7333,8 @@ export type Resolvers<ContextType = any> = {
7425
7333
Wallet ?: WalletResolvers < ContextType > ;
7426
7334
WalletId ?: GraphQLScalarType ;
7427
7335
WelcomeProfile ?: WelcomeProfileResolvers < ContextType > ;
7428
- join__FieldSet ?: GraphQLScalarType ;
7429
- link__Import ?: GraphQLScalarType ;
7430
7336
} ;
7431
7337
7432
7338
export type DirectiveResolvers < ContextType = any > = {
7433
- join__enumValue ?: Join__EnumValueDirectiveResolver < any , any , ContextType > ;
7434
- join__field ?: Join__FieldDirectiveResolver < any , any , ContextType > ;
7435
- join__graph ?: Join__GraphDirectiveResolver < any , any , ContextType > ;
7436
- join__implements ?: Join__ImplementsDirectiveResolver < any , any , ContextType > ;
7437
- join__type ?: Join__TypeDirectiveResolver < any , any , ContextType > ;
7438
- join__unionMember ?: Join__UnionMemberDirectiveResolver < any , any , ContextType > ;
7439
- link ?: LinkDirectiveResolver < any , any , ContextType > ;
7339
+ defer ?: DeferDirectiveResolver < any , any , ContextType > ;
7440
7340
} ;
0 commit comments