Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jul 13, 2024
1 parent 8c970ed commit b8469f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,18 @@ const firstIssue: Issue = query(IssuesQuery).issues.nodes[0]

</details>

<details>
<summary><strong>Can Megaera extract queries from `.ts` files?</strong></summary>

No. To simplify development of Megaera, it is only possible to extract queries
from `.graphql` files.

But it should be possible to create plugins for webpack, rollup, or other
bundlers that can extract queries from `.ts` files. If you are interested in
this, please open an issue.

</details>

## License

[MIT](LICENSE)

0 comments on commit b8469f2

Please sign in to comment.