SilverStripe\GraphQL\Schema\DataObject\Plugin
Namespaces
SilverStripe\GraphQL\Schema\DataObject\Plugin\DBFieldArgsSilverStripe\GraphQL\Schema\DataObject\Plugin\QueryFilter
Classes
Defines a permission checking plugin for queries. Subclasses just need to provide a resolver function
A permission checking plugin for DataLists
Adds inheritance fields to a DataObject type, and exposes its ancestry
Ensures DataObject models merge their plugins with ancestors
Adds pagination to a DataList query
Adds a sort parameter to a DataObject query
Ensures any field that ends up as ViewableData, e.g. DBField, invokes forTemplate() after resolving.