diff --git a/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md b/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md index 05a2ae282..487098bc3 100644 --- a/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md +++ b/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md @@ -99,9 +99,9 @@ permissions: # You can edit the fields a permission is applied to - operation: Customer.Read -- fields: - - firstName - - lastName + fields: + - firstName + - lastName # Only authenticated users can connect a `Message` # and `Customer` node via the `CustomerMessages`-relation @@ -388,9 +388,9 @@ permissions: # You can edit the fields a permission is applied to - operation: Customer.Read -- fields: - - firstName - - lastName + fields: + - firstName + - lastName # Only authenticated users can connect a `Message` # and `Customer` node via the `CustomerMessages`-relation