CirclesUBI / circles-subgraph

Circles subgraph for The Graph
https://thegraph.com/explorer/subgraph/circlesubi/circles-ubi
GNU Affero General Public License v3.0
5 stars 5 forks source link

GraphQL request fails with "Type User has no field safeAddress" #23

Closed GriffGreen closed 4 years ago

GriffGreen commented 4 years ago

https://circles.garden/welcome/connect

Screen Shot 2020-07-21 at 4 54 25 PM

and when i tried to connect them it didnt work anyway :-(

adzialocha commented 4 years ago

This request seems to fail after changing to the new Graph endpoint @ana0:

{ user(id: "0xce2e8538f0e3759b4a3b8676eef3a9ad331d7295") { safeAddress } } {"errors":[{"locations":[{"line":1,"column":60}],"message":"Type User has no field safeAddress"}]}