Skip to content

Commit

Permalink
feat: Add pro username fragment to AccountFields
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2025
1 parent b9d7665 commit d60818c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ fragment AccountFields on Account {
username(request: { autoResolve: true }) {
...UsernameFields
}
pro: username(
request: { namespace: "0x8cC5F0756Ab65f8c8706a181c12407950902767D" }
) {
localName
}
}
Loading

0 comments on commit d60818c

Please sign in to comment.