Skip to content

Commit

Permalink
Adding persisted queries, per #10
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot authored Aug 23, 2017
1 parent d23ede2 commit ad49f4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ No software is ever done. There's a lot still to do in order to make _CraftQL_ f
- [x] Matrix fields are not included in the schema yet
- [x] Table fields are not included in the schema yet
- [x] Asset mutations (implemented by passing a URL or asset id)
- [ ] File uploads to assets fields during a mutation
- [ ] Automated testing is not functional yet
- [ ] File uploads to assets via POST $_FILES during a mutation
- [x] Automated testing is not functional yet
- [ ] Automated testing doesn't actually _test_ anything yet
- [x] Mutations need a lot more testing
- [ ] [Persisted queries](https://github.com/markhuot/craftql/issues/10)

## Requirements

Expand Down

0 comments on commit ad49f4d

Please sign in to comment.