mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
f3a76ccf2d
* NEW: getByLink plugin allows arrays of links * Allow configurable resolver * Remove unused exception tag * Refactor to preserve API backward compat * Unit test * Add plugin to readOne * Fix test * add new test
14 lines
249 B
YAML
14 lines
249 B
YAML
resolvers:
|
|
- 'SilverStripe\CMS\GraphQL\Resolver'
|
|
modelConfig:
|
|
DataObject:
|
|
operations:
|
|
read:
|
|
plugins:
|
|
getByLink:
|
|
after: filter
|
|
readOne:
|
|
plugins:
|
|
getByLink:
|
|
after: filter
|