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

Commit372658d

Browse files
committed
add level/stage/step to gql
1 parent2bc96a1 commit372658d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎typings/graphql.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ export type TutorialVersion = {
184184
publishedAt?:Maybe<Scalars['DateTime']>,
185185
publishedBy?:Maybe<User>,
186186
levels?:Maybe<Array<Maybe<Level>>>,
187+
level?:Maybe<Level>,
188+
stage?:Maybe<Stage>,
189+
step?:Maybe<Step>,
187190
};
188191

189192

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp