@pothos/plugin-federation@4.5.0
·
36 commits
to main
since this release
Minor Changes
-
7f951c3: Add
FieldSettype that can be used to define selections that can't be expressed with
SelectionFromShape, like selections with inline fragments on union or interface fields:builder.selection( "media { ... on Image { url } ... on Video { url } }" as FieldSet<{ media: Media[]; }>, );