Patch Changes
-
#3150
4d33b221
Thanks @AaronMoat! - fix(graphql-language-service-server): allow getDefinition to work for unionsFixes the issue where a schema like the one below won't allow you to click through to X.
union X = A | B type A { x: String } type B { x: String } type Query { a: X }
-
Updated dependencies [
4d33b221
]:- graphql-language-service@5.1.5