Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 20:16
509ed98
  • 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