ethpollo
is a cutom apollo-client
link for interacting with Ethereum contracts via the new GraphQL API. It lets you fetch contract data by writing queries like:
{
CryptoKitties {
totalSupply
ownerOf(id: 1337) {
address
balance
}
}
}
More info coming soon. Check out the code on GitHub.