Skip to content

Commit

Permalink
refactor: do logical rearrangement of lesson attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud authored and kodiakhq[bot] committed Jul 20, 2022
1 parent f88570a commit 96ea1a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lib/lessons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,28 @@ export async function loadLesson(slug: string, token?: string) {
lesson(slug: $slug) {
slug
title
description
duration
transcript_url
next_up_url
free_forever
path
transcript
transcript_url
subtitles_url
next_up_url
description
hls_url
dash_url
free_forever
http_url
media_url
lesson_view_url
thumb_url
path
icon_url
download_url
staff_notes_url
repo_url
code_url
created_at
updated_at
published_at
staff_notes_url
collection {
... on Playlist {
title
Expand Down Expand Up @@ -104,8 +106,6 @@ export async function loadLesson(slug: string, token?: string) {
slug
twitter
}
repo_url
code_url
comments {
comment
commentable_id
Expand Down

0 comments on commit 96ea1a9

Please sign in to comment.