Skip to content

chore: update pg_graphql to v1.2.0 #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

Flambe
Copy link

@Flambe Flambe commented Mar 28, 2023

What kind of change does this PR introduce?

Updates pg_graphql to v1.2.0: https://github.com/supabase/pg_graphql/releases/tag/v1.2.0

  • feature: String type filters support ilike, like, startsWith
  • feature: Support for @Skip and @include directives
  • feature: Custom descriptions via comment directive @graphql({"description": ...})
  • bugfix: Unknown types are represented in GraphQL schema as Opaque rather than String
  • bugfix: PostgreSQL type modifiers, e.g. char(n), no longer truncate excess text
  • bugfix: Creating a new enum variant between existing variants no longer errors

I copied how this was done in #509

Closes #596

@Flambe Flambe requested a review from a team as a code owner March 28, 2023 16:11
@Flambe Flambe closed this Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update pg_graphlql to 1.2.0
1 participant