Postgraphile: Generate schema postgraphile with to role

Created on 19 Jun 2019  ·  2Comments  ·  Source: graphile/postgraphile

Good evening
As I can generate an automatic grapqhl scheme with postgraphile through a role.
I need to generate a scheme with a minimum number of tables taking into account the role, can this be done?
I do not speak English well, thank you.

❔ question

Most helpful comment

[semi-automated message] Thanks for your question; hopefully we're well on the way to helping you solve your issue. This doesn't currently seem to be a bug in the library so I'm going to close the issue, but please feel free to keep requesting help below and if it does turn out to be a bug we can definitely re-open it 👍

You can also ask for help in the #help-and-support channel in our Discord chat.

All 2 comments

Yes; please use --no-ignore-rbac CLI flag (or ignoreRBAC: false library option) so that permissions are reflected in the GraphQL schema.

This behaviour will be default in v5; please see "[RECOMMENDED]" options in docs: https://www.graphile.org/postgraphile/usage-cli/

[semi-automated message] Thanks for your question; hopefully we're well on the way to helping you solve your issue. This doesn't currently seem to be a bug in the library so I'm going to close the issue, but please feel free to keep requesting help below and if it does turn out to be a bug we can definitely re-open it 👍

You can also ask for help in the #help-and-support channel in our Discord chat.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

safaiyeh picture safaiyeh  ·  3Comments

Venryx picture Venryx  ·  4Comments

WestleyArgentum picture WestleyArgentum  ·  3Comments

kilianc picture kilianc  ·  4Comments

james-ff picture james-ff  ·  4Comments