pg_graphql
pg_graphql copied to clipboard
2.0 Breaking Changes Checklist
A list of breaking changes to enforce when moving to 2.0
- (maybe) Disable comment directives defining relationships in favor of explicit SQL functions
- (WIP) Remove the requirement for function-based computed columns to start with
_and remove the prefix stripping logic - remove
nin,neqand any other "negated" filter that can be better expressed usingnotcomposition in filters - (maybe) rename
graphql.resolvetographql.graphqlso publicly exposing the function gives it a reasonable name - re-order inputs to
graphql.resolveso it matches GraphQL over http expectations withoutgraphql_public.graphql - non-null foreign keys might still be nullable relations if RLS is active ref