Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Add try it out section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall authored Dec 22, 2020
1 parent d39029d commit 56dfb49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
- **Fully type-safe** - take advantage of the full power of TypeScript's advanced type-system.
- **Backendless** - integrate with any existing GraphQL client.

## [Try it Out](https://repl.it/@timkendall/TQL-Starwars)

Try out our pre-compiled Star Wars GraphQL client on [Repl.it](https://repl.it/)!

> Note: Repl.it seems to only support TypeScript 3.3 in it's editor so auto-complete will not work.
## Installation

`npm install @timkendall/tql` or `yarn add @timkendall/tql`
Expand Down Expand Up @@ -62,4 +68,4 @@ I was inspired by the features and DSL's of [graphql-nexus](https://github.com/g

## License

MIT
MIT

0 comments on commit 56dfb49

Please sign in to comment.