Skip to content

Commit

Permalink
fix: missing fields in Account fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jan 2, 2025
1 parent 7004c9a commit 91bc90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/graphql/src/fragments/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export const AccountFragment = graphql(
`fragment Account on Account {
__typename
address
owner
score
createdAt
username{
...Username
}
Expand Down

0 comments on commit 91bc90b

Please sign in to comment.