Skip to content

Commit

Permalink
feat(be): update add creator api
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Oct 10, 2023
1 parent 059123d commit 86c6758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/creator/creator.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class CreatorGraphql {
name
pen_name
id
slug
}
}
manga_total_likes {
Expand Down
1 change: 1 addition & 0 deletions src/manga/manga.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class MangaGraphql {
manga_creators {
creator {
id
slug
name
pen_name
isActive
Expand Down

0 comments on commit 86c6758

Please sign in to comment.