github graphql/graphiql graphql-language-service@5.1.5

16 months ago

Patch Changes

  • #3150 4d33b221 Thanks @AaronMoat! - fix(graphql-language-service-server): allow getDefinition to work for unions

    Fixes 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
    }

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.