diff --git a/_config/graphql.yml b/_config/graphql.yml index 3cae983..2dda321 100644 --- a/_config/graphql.yml +++ b/_config/graphql.yml @@ -28,32 +28,32 @@ SilverStripe\GraphQL\Schema\Schema: type_mapping: SilverStripe\FrameworkTest\Model\Company: Company SilverStripe\FrameworkTest\Model\Employee: Employee - models: - SilverStripe\FrameworkTest\Model\Company: - fields: - ID: true - Name: true - Category: true - Revenue: true - CEO: true - Employees: true - PastEmployees: true - operations: - read: true - update: true - create: true - delete: true - readOne: true - SilverStripe\FrameworkTest\Model\Employee: - fields: - ID: true - Name: true - Biography: true - DateOfBirth: true - Category: true - operations: - read: true - update: true - create: true - delete: true - readOne: true + models: + SilverStripe\FrameworkTest\Model\Company: + fields: + ID: true + Name: true + Category: true + Revenue: true + CEO: true + Employees: true + PastEmployees: true + operations: + read: true + update: true + create: true + delete: true + readOne: true + SilverStripe\FrameworkTest\Model\Employee: + fields: + ID: true + Name: true + Biography: true + DateOfBirth: true + Category: true + operations: + read: true + update: true + create: true + delete: true + readOne: true