AFAIK we can use one of the 3 combinations for running GraphQL on the server:
Also see graphql-tools
And for the frontend (React) side GraphQL setup, we can use:
Also, withData HOC in frontend
See and write from Video 14 of Wes Bos' course