Is importing `gql` from ‘react-apollo’ the same as...
# prisma-whats-new
m
Is importing
gql
from ‘react-apollo’ the same as from ‘graphql-tag’? (Aka, do I not need graphql-tag?)
n
yes, you do not need to use
graphql-tag
when using
react-apollo
m
👍
I figured as much, but thought I’d double check. Thank you!