Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rikinsk committed Jan 10, 2020
1 parent f1ab375 commit 0028190
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/graphql/manual/schema/computed-fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ Computed fields permissions

:doc:`Access control <../auth/authorization/index>` to computed fields depends on the type of computed field.

For scalar computed fields, permissions are managed similar to the columns of the table.
- For **scalar computed fields**, permissions are managed similar to the :ref:`columns permissions <col-level-permissions>`
of the table.

For table computed fields, the permissions set on the returning table are respected.
- For **table computed fields**, the permissions set on the return table are respected.


Computed fields vs. Postgres generated columns
Expand Down

0 comments on commit 0028190

Please sign in to comment.