Graphql-js: how can I import .graphql file directly in react native?

Created on 3 Dec 2017  路  2Comments  路  Source: graphql/graphql-js

either with qql tag or as raw text is fine

All 2 comments

GraphQL is not Javascript-executable, so you cannot import them as Javascript code.

If you're just looking to read a file from the disk, please look to the React Native project for help

Was this page helpful?
0 / 5 - 0 ratings