You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling the graph feature in a solidity contract of version 0.8.18 or higher, and if there exists a named mapping like mapping(address token => address owner) private data; the graph feature fails to function without providing any error messages. It simply does not generate the graph.