Still todo: - [x] Subscriptions need to work - [x] Reconsider Field extension method names -- can we pick something other than `_next` so that it doesn't have to be changed again in the future? - [x] Reconsider `execution_next_mode{,_key}` on `Schema::Field` for the same reason -- something more future-proof? - [x] Make directives work somehow - Are `HaltExecution` and `PostProcessor` really what I need here? Reconsider this design - [ ] Revamp argument handling to do it in a single pass - [ ] Check the code for other TODOs - [ ] Update GraphQL-Pro and release - [ ] Update GraphQL-Enterprise and release
Still todo:
_nextso that it doesn't have to be changed again in the future?execution_next_mode{,_key}onSchema::Fieldfor the same reason -- something more future-proof?HaltExecutionandPostProcessorreally what I need here? Reconsider this design