github-actions
released this
13 Oct 04:09
·
19 commits
to main
since this release
Minor Changes
910d1ed
Thanks @mitchellhamilton! - Replacedfields
property onInterfaceType
with__fields
that does not exist at runtime to align with other types
Patch Changes
6c85396
Thanks @mitchellhamilton! - Updated the definition ofgraphql.union
so that theContext
of theUnionType
returned and theContext
passed toresolveType
are determined by theContext
of thegraphql
object rather than a union of theContext
s of the union's member types.