We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ced5032 + 6f68798 commit 9b4bdeaCopy full SHA for 9b4bdea
browser-interface/packages/lib/web3/fetchOwnedENS.ts
@@ -11,7 +11,7 @@ export type GraphResponse = {
11
export async function fetchOwnedENS(theGraphBaseUrl: string, ethAddress: string): Promise<string[]> {
12
const query = `
13
query GetNameByBeneficiary($beneficiary: String) {
14
- nfts(where: { owner: $beneficiary, category: ens }) {
+ nfts(where: { owner_: {address: $beneficiary}, category: ens }) {
15
ens {
16
labelHash
17
beneficiary
0 commit comments