From ad49f4db56351a194c87ad7c1fe6cef6dbf41060 Mon Sep 17 00:00:00 2001 From: Mark Huot Date: Wed, 23 Aug 2017 13:57:33 -0400 Subject: [PATCH] Adding persisted queries, per #10 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f91db01..2a084d94 100644 --- a/README.md +++ b/README.md @@ -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