Szilard Magyar

Results 5 comments of Szilard Magyar

You have to use the query within the function instead of the `getCacheKey`. ``` const storyQuery = gql` query { story @client { storyKey1 storyKey2 } } `; const {...

@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.