Skip to content

Commit 6bff5e3

Browse files
committed
chore: typo
1 parent df0c3eb commit 6bff5e3

File tree

2 files changed

+9
-109
lines changed

2 files changed

+9
-109
lines changed

app/graphql/generated.ts

Lines changed: 8 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export type Scalars = {
8080
Username: { input: string; output: string; }
8181
/** Unique identifier of a wallet */
8282
WalletId: { input: string; output: string; }
83-
join__FieldSet: { input: string; output: string; }
84-
link__Import: { input: string; output: string; }
8583
_FieldSet: { input: string; output: string; }
8684
};
8785

@@ -977,8 +975,6 @@ export type OnChainPaymentSendAllInput = {
977975
readonly address: Scalars['OnChainAddress']['input'];
978976
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
979977
readonly speed?: InputMaybe<PayoutSpeed>;
980-
/** @deprecated Ignored - will be replaced */
981-
readonly targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
982978
readonly walletId: Scalars['WalletId']['input'];
983979
};
984980

@@ -987,8 +983,6 @@ export type OnChainPaymentSendInput = {
987983
readonly amount: Scalars['SatAmount']['input'];
988984
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
989985
readonly speed?: InputMaybe<PayoutSpeed>;
990-
/** @deprecated Ignored - will be replaced */
991-
readonly targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
992986
readonly walletId: Scalars['WalletId']['input'];
993987
};
994988

@@ -1015,8 +1009,6 @@ export type OnChainUsdPaymentSendAsBtcDenominatedInput = {
10151009
readonly amount: Scalars['SatAmount']['input'];
10161010
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
10171011
readonly speed?: InputMaybe<PayoutSpeed>;
1018-
/** @deprecated Ignored - will be replaced */
1019-
readonly targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
10201012
readonly walletId: Scalars['WalletId']['input'];
10211013
};
10221014

@@ -1025,8 +1017,6 @@ export type OnChainUsdPaymentSendInput = {
10251017
readonly amount: Scalars['CentAmount']['input'];
10261018
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
10271019
readonly speed?: InputMaybe<PayoutSpeed>;
1028-
/** @deprecated Ignored - will be replaced */
1029-
readonly targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
10301020
readonly walletId: Scalars['WalletId']['input'];
10311021
};
10321022

@@ -1224,7 +1214,6 @@ export type QueryOnChainTxFeeArgs = {
12241214
address: Scalars['OnChainAddress']['input'];
12251215
amount: Scalars['SatAmount']['input'];
12261216
speed?: InputMaybe<PayoutSpeed>;
1227-
targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
12281217
walletId: Scalars['WalletId']['input'];
12291218
};
12301219

@@ -1233,7 +1222,6 @@ export type QueryOnChainUsdTxFeeArgs = {
12331222
address: Scalars['OnChainAddress']['input'];
12341223
amount: Scalars['CentAmount']['input'];
12351224
speed?: InputMaybe<PayoutSpeed>;
1236-
targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
12371225
walletId: Scalars['WalletId']['input'];
12381226
};
12391227

@@ -1242,7 +1230,6 @@ export type QueryOnChainUsdTxFeeAsBtcDenominatedArgs = {
12421230
address: Scalars['OnChainAddress']['input'];
12431231
amount: Scalars['SatAmount']['input'];
12441232
speed?: InputMaybe<PayoutSpeed>;
1245-
targetConfirmations?: InputMaybe<Scalars['TargetConfirmations']['input']>;
12461233
walletId: Scalars['WalletId']['input'];
12471234
};
12481235

@@ -1771,20 +1758,6 @@ export const WelcomeRange = {
17711758
} as const;
17721759

17731760
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];
17881761
export type MobileUpdateQueryVariables = Exact<{ [key: string]: never; }>;
17891762

17901763

@@ -6184,10 +6157,6 @@ export type ResolversTypes = {
61846157
WelcomeLeaderboardInput: WelcomeLeaderboardInput;
61856158
WelcomeProfile: ResolverTypeWrapper<WelcomeProfile>;
61866159
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;
61916160
};
61926161

61936162
/** Mapping between all available schema types and the resolvers parents */
@@ -6368,67 +6337,14 @@ export type ResolversParentTypes = {
63686337
WalletId: Scalars['WalletId']['output'];
63696338
WelcomeLeaderboardInput: WelcomeLeaderboardInput;
63706339
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'];
64036340
};
64046341

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']>;
64136345
};
64146346

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>;
64326348

64336349
export type AccountResolvers<ContextType = any, ParentType extends ResolversParentTypes['Account'] = ResolversParentTypes['Account']> = {
64346350
__resolveType: TypeResolveFn<'ConsumerAccount', ParentType, ContextType>;
@@ -6972,9 +6888,9 @@ export type QueryResolvers<ContextType = any, ParentType extends ResolversParent
69726888
lnInvoicePaymentStatus?: Resolver<ResolversTypes['LnInvoicePaymentStatusPayload'], ParentType, ContextType, RequireFields<QueryLnInvoicePaymentStatusArgs, 'input'>>;
69736889
me?: Resolver<Maybe<ResolversTypes['User']>, ParentType, ContextType>;
69746890
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'>>;
69786894
price?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
69796895
quizQuestions?: Resolver<Maybe<ReadonlyArray<Maybe<ResolversTypes['QuizQuestion']>>>, ParentType, ContextType>;
69806896
realtimePrice?: Resolver<ResolversTypes['RealtimePrice'], ParentType, ContextType, RequireFields<QueryRealtimePriceArgs, 'currency'>>;
@@ -7291,14 +7207,6 @@ export type WelcomeProfileResolvers<ContextType = any, ParentType extends Resolv
72917207
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
72927208
};
72937209

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-
73027210
export type Resolvers<ContextType = any> = {
73037211
Account?: AccountResolvers<ContextType>;
73047212
AccountDeletePayload?: AccountDeletePayloadResolvers<ContextType>;
@@ -7425,16 +7333,8 @@ export type Resolvers<ContextType = any> = {
74257333
Wallet?: WalletResolvers<ContextType>;
74267334
WalletId?: GraphQLScalarType;
74277335
WelcomeProfile?: WelcomeProfileResolvers<ContextType>;
7428-
join__FieldSet?: GraphQLScalarType;
7429-
link__Import?: GraphQLScalarType;
74307336
};
74317337

74327338
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>;
74407340
};

codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
overwrite: true
22
# schema: "https://raw.githubusercontent.com/GaloyMoney/galoy/main/src/graphql/main/schema.graphql"
3-
schema: "http://localhost:4002/grapqhl" # TODO use when supergraph is updated to include circles "https://mainnet.galoy.io/graphql"
3+
schema: "http://localhost:4002/graphql" # TODO use when supergraph is updated to include circles "https://mainnet.galoy.io/graphql"
44
documents:
55
- "app/**/*.ts"
66
- "app/**/*.tsx"

0 commit comments

Comments
 (0)