mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
16 lines
365 B
YAML
16 lines
365 B
YAML
---
|
|
Name: cmsgraphql
|
|
---
|
|
SilverStripe\GraphQL\Controller:
|
|
schema:
|
|
scaffolding:
|
|
types:
|
|
SilverStripe\CMS\Model\SiteTree:
|
|
fields: [ID, LastEdited, AbsoluteLink]
|
|
operations:
|
|
readOne: true
|
|
SilverStripe\Security\Member:
|
|
fields: [ID, FirstName, Surname]
|
|
operations:
|
|
readOne: true
|