Skip to content

Commit

Permalink
Documented some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Sep 24, 2016
1 parent 5e41660 commit 00bcecd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,17 @@ This can also be expressed more cleanly as:
### Resolvers

TODO

## TODO

* InputObject support (less verbose update/create mutations)
* Input/constraint validation on mutations (with third-party validator)
* Pagination
* CSRF protection (or token-based auth)
* Generate CRUD operations based on DataObject reflection
* Generate DataObject relationship CRUD operations
* Create Enum GraphQL types from DBEnum
* Date casting
* Interfaces
* Add types explicitly to generated schema
* Schema serialisation/caching (performance)
3 changes: 3 additions & 0 deletions src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use SilverStripe\Control\Director;
use Exception;

/**
* @todo CSRF protection (or token-based auth)
*/
class Controller extends BaseController
{
/**
Expand Down

0 comments on commit 00bcecd

Please sign in to comment.