Skip to content

Commit a08e401

Browse files
authored
Update README.md
1 parent dfdca28 commit a08e401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ Here the tests runs on a chrome headless, and firefox but you can configure it i
195195
- [x] add a model with doctrine entities
196196
- [x] configure ApiPlatform
197197
- [x] setup one custom route for ApiPlatform
198+
- [ ] setup custom route with nested objects on create/update/read (read should be solved ith serializer, create/update might be solved with custom route or DTOS so try 2 ways)
199+
- [ ] graphQL: multiple queries in one call ?
200+
- [ ] graphQL: multiple mutations in one call ?
201+
- [ ] graphQL: how to mutate nested objects in a minimal call ?
198202
- [ ] check security and csrf system with ApiPlatform (really required ?)
199203
- [ ] check security on ApiPlatform (do we need JWT or just cookies, in that case we are stateful which is not cool for deployment and replication)
200204
- [x] setup VueJS

0 commit comments

Comments
 (0)