Getting DTL help for GraphQL with JS GraphQL plugin

JS GraphQL, a Phpstorm plugin, defines its configuration like shown here: https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/docs/developer-guide.html
 
I wrote a shopify graphql query like shown here: https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/charge-a-fee-using-the-billing-api, copying the structure of their tutorial. I feel lost at the moment. Can you guys advise me on how to setup my config file so that everything isn't linted red?
 
I think I should give the url field https://${shop}/admin/api/2019-10/graphql.json
 
But this doesn't match the default values which don't point to .json, so I'm a bit lost.
 
Also the config implies I need to write my own schema definition. Or is that only when introspect is left false and an external URL is not supplied?
Phpstorm 2019.3 on Lubuntu 18.04
0
1 comment

Since it's a 3rd party plugin, it makes sense to seek help on the plugin author's tracker: https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/issues/

0

Please sign in to leave a comment.