All 3-Resources
Chaining GraphQL queries
(ref: https://stackoverflow.com/questions/49317582/how-to-chain-two-graphql-queries-in-sequence-using-apollo-client/49320606#49320606) The props added by your firstQuery component will be available to the component below (inside) it, so you can do something like:...