it does work with when I do ```gql`{...}```` I won...
# prisma-whats-new
g
it does work with when I do
Copy code
gql`{...}`
I wonder if there is a way without using
graphql-tag
though?
i
I put all of my GraphQL stuff in a
graphql/
directory
So:
graphql/queries
graphql/mutations
graphql/fragments
graphql/subscriptions
And then just import them, wrap them in in
graphql
(from
react-apollo
), and don’t have to use
graphql-tag