Skip to content

Commit

Permalink
feat: return more user profile details (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Jun 8, 2024
1 parent c298649 commit ebb135c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/graphql/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ type User {
name: String
about: String
avatar: String
cover: String
github: String
twitter: String
created: Int!
}

Expand Down

0 comments on commit ebb135c

Please sign in to comment.