Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@0.7.2

10 Jun 05:56
fe22be9
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix multiple selection-set updates
    Submitted by @JoviDeCroock (See #69)

@0no-co/graphqlsp@0.7.1

09 Jun 10:28
3ea64cf
Compare
Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.7.0

09 Jun 08:05
43616e9
Compare
Choose a tag to compare

Minor Changes

@0no-co/graphqlsp@0.6.2

09 Jun 06:48
312fa6b
Compare
Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.6.1

09 Jun 06:21
3a4a6b0
Compare
Choose a tag to compare

Patch Changes

  • Add nonOptionalTypename: true as this allows for easier type matching
    Submitted by @JoviDeCroock (See #60)

@0no-co/graphqlsp@0.6.0

09 Jun 06:09
0212262
Compare
Choose a tag to compare

Minor Changes

  • Add new option named extraTypes which can be used to define an additional set of types to help with the scalar definitions
    Submitted by @JoviDeCroock (See #58)
  • Change avoidOptionals to false in the base type generation
    Submitted by @JoviDeCroock (See #58)

@0no-co/graphqlsp@0.5.2

03 Jun 06:43
74191a8
Compare
Choose a tag to compare

Patch Changes

  • dont perform file additions when we have ts-errors
    Submitted by @JoviDeCroock (See #56)

@0no-co/graphqlsp@0.5.1

28 May 11:03
49e1074
Compare
Choose a tag to compare

Patch Changes

  • First perform the graphqlsp operations and only after do the TypeScript ones, this to account for changed lines from semantic-diagnostics
    Submitted by @JoviDeCroock (See #53)

@0no-co/graphqlsp@0.5.0

25 Apr 18:12
be03f88
Compare
Choose a tag to compare

Minor Changes

  • Do not suggest fields/fragments/input vars that are already present
    Submitted by @TheMightyPenguin (See #48)

@0no-co/graphqlsp@0.4.2

25 Apr 06:29
ed57627
Compare
Choose a tag to compare

Patch Changes