Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@1.3.5

22 Feb 09:23
276a4ea

Choose a tag to compare

Patch Changes

  • Add bail for field-usage when we can't find anything
    Submitted by @JoviDeCroock (See #226)

@0no-co/graphqlsp@1.3.4

11 Feb 09:38
99ec8cb

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@1.3.3

02 Feb 17:05
fc1c331

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@1.3.2

26 Jan 14:08
4fce7bd

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@1.3.1

26 Jan 11:51
18c877c

Choose a tag to compare

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

24 Jan 09:09
16dd046

Choose a tag to compare

Minor Changes

@0no-co/graphqlsp@1.2.0

23 Jan 08:58
aa5b356

Choose a tag to compare

Minor Changes

  • support property assignment/objectAccessPattern
    Submitted by @JoviDeCroock (See #202)

@0no-co/graphqlsp@1.1.2

22 Jan 17:17
f242b6f

Choose a tag to compare

Patch Changes

  • Automatically disable Prettier and ESLint on tadaOutputLocation output files
    Submitted by @kitten (See #199)

@0no-co/graphqlsp@1.1.1

22 Jan 15:51
f413cd7

Choose a tag to compare

Patch Changes

  • Add @_unmask to known client directive list
    Submitted by @kitten (See #197)

@0no-co/graphqlsp@1.1.0

22 Jan 07:39
fc3ed76

Choose a tag to compare

Minor Changes

  • Add way to provide additional reserved keys for field-usage tracking by means of the reservedKeys config property which accepts an array of strings
    Submitted by @JoviDeCroock (See #195)