Skip to content

Commit

Permalink
Merge branch 'master' of github.com:whats-good/graphql-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanical-turk committed Apr 8, 2021
2 parents 3f12a94 + bc9f956 commit 3c1cb26
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/whats-good/uniform-graphql/master/packages/website/static/logo_transparent.png">
<img src="https://raw.githubusercontent.com/whats-good/uniform-graphql/2b55063cc818581d5d5b8497be141f6202a5b58f/docs-src/static/logo.svg">
</p>

# UniformGraphQL
Expand Down Expand Up @@ -156,16 +156,16 @@ app.listen({ port: PORT }, () => {

## Roadmap

- Stabilize the `t.scalar` type factory
- IOC & containers
- Documentation website
- Write tests (There are none right now)
- Design a logo (open to suggestions)
- Argument validation
- Remove lodash and become `0 dependency`
- Enable query building through the object syntax: `t.query({ currentUser: ..., todos: ...})` instead of `t.query('currentUser', ...)`
- Subscriptions support
- Enable schema-first features: mock an api without implementing it.
- [ ] Stabilize the `t.scalar` type factory
- [ ] IOC & containers
- [x] Documentation website
- [ ] Write tests (There are none right now)
- [x] Design a logo (open to suggestions)
- [ ] Argument validation
- [ ] Remove lodash and become `0 dependency`
- [ ] Enable query building through the object syntax: `t.query({ currentUser: ..., todos: ...})` instead of `t.query('currentUser', ...)`
- [ ] Subscriptions support
- [ ] Enable schema-first features: mock an api without implementing it.

## Acknowledgements

Expand Down

0 comments on commit 3c1cb26

Please sign in to comment.