Releases: 0no-co/GraphQLSP
Releases · 0no-co/GraphQLSP
@0no-co/graphqlsp@1.12.16
Patch Changes
- Extract inlined fragments for the non-tada route
Submitted by @JoviDeCroock (See #360)
@0no-co/graphqlsp@1.12.15
Patch Changes
- Handle chained expressions while crawling scopes
Submitted by @JoviDeCroock (See #356)
@0no-co/graphqlsp@1.12.14
Patch Changes
- Strip our internal
@_unmask
directive from fragment-definitions when creating hashes for persisted-operations
Submitted by @JoviDeCroock (See #354) - Prevent resolution loop when resolving GraphQL fragments
Submitted by @kitten (See #350)
@0no-co/graphqlsp@1.12.13
Patch Changes
⚠️ Fix wrong fileType diagnostic error when introspection is disabled
Submitted by @FyndetNeo (See #348)
@0no-co/graphqlsp@1.12.12
Patch Changes
- Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
Submitted by @JoviDeCroock (See #344)
@0no-co/graphqlsp@1.12.11
Patch Changes
⚠️ Fixed duplicate fragments in persisted document hash generator
Submitted by @felamaslen (See #342)
@0no-co/graphqlsp@1.12.10
@0no-co/graphqlsp@1.12.9
@0no-co/graphqlsp@1.12.8
Patch Changes
⚠️ Fix schema derivation when usinggraphql.persisted
, we used the wrong expression in the ast
Submitted by @felamaslen (See #333)
@0no-co/graphqlsp@1.12.7
Patch Changes
⚠️ Fix nested fragment resolution during persisted traversal
Submitted by @JoviDeCroock (See #330)