Skip to content

Commit

Permalink
Create many-sloths-shop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored and acao committed May 6, 2023
1 parent 0f0ddf5 commit 4d33b22
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/many-sloths-shop.md
@@ -0,0 +1,15 @@
---
"graphql-language-service-server": patch
"graphql-language-service": patch
---

fix(graphql-language-service-server): allow getDefinition to work for unions

Fixes the issue where a schema like the below won't allow you to click through to X.

```graphql```
union X = A | B
type A { x: String }
type B { x: String }
type Query { a: X }
```

0 comments on commit 4d33b22

Please sign in to comment.