graphile / graphile-engine

Monorepo home of graphile-build, graphile-build-pg, graphile-utils, postgraphile-core and graphql-parse-resolve-info. Build a high-performance easily-extensible GraphQL schema by combining plugins!
https://www.graphile.org/
762 stars 129 forks source link

polish: improve error message when enum creation fails #770

Closed tsnobip closed 2 years ago

tsnobip commented 2 years ago

Let me know if you think this could be better rephrased.

Description

Improve error message when creating an enum fails, to explain that it could be caused by a security policy that hides the rows.

Performance impact

None, just rephrasing an error message.

Security impact

None, just rephrasing an error message.

Checklist