0
In some React projects, I have two situations that seem to have similar purposes, but I don’t know exactly how each reacts to a graphQL call, a Mutation call, or a simple restful API call:
Both are internal methods of the same client Apollo.
import { withApollo, compose } from 'react-apollo'
import { graphql, compose } from 'react-apollo'