ember-cli-graphql-file
An addon to precompile your .graphql
files with graphql-tag and turn them into importable modules.
Installation
$ ember install ember-cli-graphql-file
Usage
Put your GraphQL query in a file
# app/graphql/query.graphql query { hero { name friends { name } }}
Import it from JS to execute it with Apollo
;; ; }});