Skip to content

Commit

Permalink
Merge pull request #88 from creative-commoners/pulls/4/g4-config
Browse files Browse the repository at this point in the history
FIX Unindent models config
  • Loading branch information
chillu authored Feb 25, 2021
2 parents 4412afe + 4105903 commit c91459f
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions _config/graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c91459f

Please sign in to comment.