Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@0.6.0

09 Jun 06:09
0212262

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

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

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

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

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.4.1

21 Apr 10:37
fbc3406

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.4.0

20 Apr 13:27
92fda23

Choose a tag to compare

Minor Changes

  • Add a message diagnostic when we see an import from a file that has fragment exports we'll warn you when they are not imported, this because of the assumption that to use this file one would have to adhere to the data requirements of said file.
    You can choose to disable this setting by setting shouldCheckForColocatedFragments to false
    Submitted by @JoviDeCroock (See #42)

@0no-co/graphqlsp@0.3.0

18 Apr 15:52
89a43ac

Choose a tag to compare

Minor Changes

  • only run the typescript plugin once to generate a set of types that we'll reference from our
    typescript-operations, this to reduce lengthy generated files
    Submitted by @JoviDeCroock (See #39)

@0no-co/graphqlsp@0.2.1

18 Apr 06:58

Choose a tag to compare

Patch Changes

  • Bump the graphql-code-generator and graphiql-utils dependencies
    Submitted by @JoviDeCroock (See #35)

0.2.0

16 Apr 12:01
96e5917

Choose a tag to compare

Minor Changes

  • Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
    Submitted by @JoviDeCroock (See #26)
  • Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
    Submitted by @JoviDeCroock (See #31)

Patch Changes

  • Check the dirty state of the file an additional time to prevent writing to the file when the user types directly after saving
    Submitted by @JoviDeCroock (See #27)
  • Enforce the correct type on FragmentSpread suggestions
    Submitted by @JoviDeCroock (See #32)