Homepage GraphQL calls nameEvents without owner, but NameMarket’s query service requires it:
Field "nameEvents" argument "owner" of type "Query" is required but not provided
namemarket-api.ts only passes pagination args; the query service defines name_events(owner, …). Shows up on homepage load via the account-marketplace visibility check.
Fix: Pass owner (current user) in the Homepage nameEvents query.
Homepage GraphQL calls
nameEventswithoutowner, but NameMarket’s query service requires it:namemarket-api.tsonly passes pagination args; the query service definesname_events(owner, …). Shows up on homepage load via the account-marketplace visibility check.Fix: Pass
owner(current user) in the HomepagenameEventsquery.