Skip to content

Commit

Permalink
Add Roadmap section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd committed Oct 9, 2021
1 parent 6b2e094 commit 2ae965c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,13 @@ Not Null Type can be declared like a string or symbol, for instance: `:Int!`, `'
[graphql-dsl-example](https://github.com/maxd/graphql-dsl-example) shows how to use GraphQL DSL in Ruby applications.
## Roadmap
* [ ] `[Fearure]` Implement `ExecutableDocument#include` to include external operations
* [ ] `[Fearure]` Strict validation of any argument
* [ ] `[Fearure]` Compact format of GraphQL queries
* [ ] `[Improvement]` Overload `__inline_fragment` for signature without type
## 💻 Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests.
Expand Down

0 comments on commit 2ae965c

Please sign in to comment.