a learning git

Results 3 comments of a learning git

@jgrauel @dtslvr Same question as above, do you find a way to solve it with `mangle: true` ?

> As mentioned in this [comment](https://github.com/apollographql/graphql-tag/issues/206#issuecomment-489168909), you can do the following to get the graphql string: > > ```js > require('graphql-tag').default('query { test }').loc.source.body > ``` Thanks. But If I...