Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe36c53

Browse files
committed
update typings
1 parente98e7bc commitbe36c53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎typings/graphql.d.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ export type EditorLoginOutput = {
5959

6060
exporttypeFileFormat=
6161
'JS'|
62-
'JSON';
62+
'JSON'|
63+
'JSX'|
64+
'TS'|
65+
'TSX';
6366

6467
/** Information linked from a GitHub account */
6568
exporttypeGithubUser={
@@ -474,7 +477,7 @@ export type TutorialResolvers<ContextType = any, ParentType extends ResolversPar
474477

475478
exporttypeTutorialConfigResolvers<ContextType=any,ParentTypeextendsResolversParentTypes['TutorialConfig']=ResolversParentTypes['TutorialConfig']>={
476479
testRunner?:Resolver<ResolversTypes['TestRunner'],ParentType,ContextType>,
477-
FileFormat?:Resolver<Array<ResolversTypes['FileFormat']>,ParentType,ContextType>,
480+
fileFormats?:Resolver<Array<ResolversTypes['FileFormat']>,ParentType,ContextType>,
478481
repo?:Resolver<ResolversTypes['TutorialRepo'],ParentType,ContextType>,
479482
};
480483

@@ -578,4 +581,3 @@ export interface IntrospectionResultData {
578581
}[];
579582
};
580583
}
581-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp