2018-03-06 00:00:22 +01:00
|
|
|
---
|
2020-11-13 01:50:44 +01:00
|
|
|
Name: cms-graphql
|
|
|
|
Only:
|
|
|
|
classexists: 'SilverStripe\GraphQL\Schema\Schema'
|
2018-03-06 00:00:22 +01:00
|
|
|
---
|
2020-12-01 09:27:16 +01:00
|
|
|
SilverStripe\Core\Injector\Injector:
|
|
|
|
SilverStripe\GraphQL\Schema\Registry\PluginRegistry:
|
|
|
|
constructor:
|
|
|
|
- 'SilverStripe\CMS\GraphQL\LinkablePlugin'
|
2020-11-13 01:50:44 +01:00
|
|
|
SilverStripe\CMS\Model\SiteTree:
|
|
|
|
graphql_blacklisted_fields:
|
|
|
|
HasBrokenFile: true
|
|
|
|
HasBrokenLink: true
|
|
|
|
ReportClass: true
|
|
|
|
VirtualPages: true
|
|
|
|
BackLinks: true
|
|
|
|
SilverStripe\GraphQL\Schema\Schema:
|
2018-07-09 21:02:11 +02:00
|
|
|
schemas:
|
|
|
|
admin:
|
2020-12-01 09:27:16 +01:00
|
|
|
src:
|
|
|
|
- 'silverstripe/cms: _graphql'
|