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 3ebba4e commit 059123d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/creator/creator.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class CreatorGraphql {
`query QueryCreatorByIdOrSlug($id: Int = 0, $slug: String = "") {
creators(where: {_or: [{id: {_eq: $id}}, {slug: {_eq: $slug}}]}) {
id
slug
avatar_url
bio
dob
Expand All @@ -29,6 +30,7 @@ export class CreatorGraphql {
manga_creators(where: {manga: {status: {_neq: "Removed"}}}) {
manga {
id
slug
status
poster
banner
Expand Down

0 comments on commit 059123d

Please sign in to comment.