Skip to content

@graphql-ts/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 04:09
· 19 commits to main since this release
814ad77

Minor Changes

  • 910d1ed Thanks @mitchellhamilton! - Replaced fields property on InterfaceType with __fields that does not exist at runtime to align with other types

Patch Changes

  • 6c85396 Thanks @mitchellhamilton! - Updated the definition of graphql.union so that the Context of the UnionType returned and the Context passed to resolveType are determined by the Context of the graphql object rather than a union of the Contexts of the union's member types.