FIX Unindent models config

This commit is contained in:
Steve Boyd 2021-02-26 10:05:34 +13:00
parent 4412afe822
commit 4105903dc7
1 changed files with 29 additions and 29 deletions

View File

@ -28,32 +28,32 @@ SilverStripe\GraphQL\Schema\Schema:
type_mapping: type_mapping:
SilverStripe\FrameworkTest\Model\Company: Company SilverStripe\FrameworkTest\Model\Company: Company
SilverStripe\FrameworkTest\Model\Employee: Employee SilverStripe\FrameworkTest\Model\Employee: Employee
models: models:
SilverStripe\FrameworkTest\Model\Company: SilverStripe\FrameworkTest\Model\Company:
fields: fields:
ID: true ID: true
Name: true Name: true
Category: true Category: true
Revenue: true Revenue: true
CEO: true CEO: true
Employees: true Employees: true
PastEmployees: true PastEmployees: true
operations: operations:
read: true read: true
update: true update: true
create: true create: true
delete: true delete: true
readOne: true readOne: true
SilverStripe\FrameworkTest\Model\Employee: SilverStripe\FrameworkTest\Model\Employee:
fields: fields:
ID: true ID: true
Name: true Name: true
Biography: true Biography: true
DateOfBirth: true DateOfBirth: true
Category: true Category: true
operations: operations:
read: true read: true
update: true update: true
create: true create: true
delete: true delete: true
readOne: true readOne: true