graphql→
import { compose, graphql } from 'react-apollo'
expgql→
export default compose(graphql($1, { name: $2 }))($3)
Comments