Skip to content

Commit

Permalink
Merge pull request #950 from bjwswang/dev
Browse files Browse the repository at this point in the history
chore: add listGPTCategory in gpt.gql
  • Loading branch information
bjwswang authored Mar 28, 2024
2 parents fe0a884 + eeeef27 commit 6955111
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apiserver/graph/schema/gpt.gql
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ query listGPTs($input: ListGPTInput!) {
}
}
}

query listGPTCategory() {
GPT {
listGPTCategory {
id
name
nameEn
}
}
}

0 comments on commit 6955111

Please sign in to comment.