Szilard Magyar
Szilard Magyar
Any updates on this one?
You have to use the query within the function instead of the `getCacheKey`. ``` const storyQuery = gql` query { story @client { storyKey1 storyKey2 } } `; const {...
Any updates here?
@yuki24 I know it's only recommended [https://facebook.github.io/graphql/draft/#example-fce18]() at the moment but as I see everybody is using it (from startups to big companies). Thanks for the example on how to...
Sounds good. I will try to open a PR this weekend.