pg_graphql icon indicating copy to clipboard operation
pg_graphql copied to clipboard

2.0 Breaking Changes Checklist

Open olirice opened this issue 2 years ago • 0 comments

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, neq and any other "negated" filter that can be better expressed using not composition in filters
  • (maybe) rename graphql.resolve to graphql.graphql so publicly exposing the function gives it a reasonable name
  • re-order inputs to graphql.resolve so it matches GraphQL over http expectations without graphql_public.graphql
  • non-null foreign keys might still be nullable relations if RLS is active ref

olirice avatar Mar 22 '23 11:03 olirice