Releases: 0no-co/GraphQLSP
Releases · 0no-co/GraphQLSP
@0no-co/graphqlsp@1.3.5
Patch Changes
- Add bail for field-usage when we can't find anything
Submitted by @JoviDeCroock (See #226)
@0no-co/graphqlsp@1.3.4
Patch Changes
⚠️ Fix offset issue when using the graphql annotation
Submitted by @JoviDeCroock (See #217)- Add more built-in urql directives
Submitted by @JoviDeCroock (See #218)
@0no-co/graphqlsp@1.3.3
Patch Changes
- minor fix to avoid error message in the logs
Submitted by @JoviDeCroock (See #214)
@0no-co/graphqlsp@1.3.2
Patch Changes
⚠️ fix broken positioning on unix
Submitted by @JoviDeCroock (See #209)
@0no-co/graphqlsp@1.3.1
Patch Changes
⚠️ Fix case for call-expression where index would go out of bounds due to fragments being external to the document. In tagged-templates we resolve this by adding it in to the original text
Submitted by @JoviDeCroock (See #207)
@0no-co/graphqlsp@1.3.0
Minor Changes
- Support array destructuring result lists
Submitted by @JoviDeCroock (See #204)
@0no-co/graphqlsp@1.2.0
Minor Changes
- support property assignment/objectAccessPattern
Submitted by @JoviDeCroock (See #202)
@0no-co/graphqlsp@1.1.2
@0no-co/graphqlsp@1.1.1
@0no-co/graphqlsp@1.1.0
Minor Changes
- Add way to provide additional reserved keys for field-usage tracking by means of the
reservedKeysconfig property which accepts an array of strings
Submitted by @JoviDeCroock (See #195)