Skip to content

Releases: ardatan/graphql-import

v1.0.2

08 Apr 10:57
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

  • Drop @graphql-toolkit/prisma-loader dependency to solve proxy issues #562

v1.0.0

25 Mar 16:59
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

Fixed Issues and New Features

  • Imported directives on enum values are not included in the output #484
  • Import of Custom Schema Query / Mutation definition fails #395
  • import * doesn't work with Root Fields #370
  • Innocent comment causing error: Too few regex matches: null #363
  • graphql-import does not work with Apollo Federation #352
  • Security issue in dep Lodash (4.17.4) #343
  • #import * from 'prisma-schema.graphql' Not Importing Anything. Specific Types Not Importing. #315
  • Couldn't find type Upload in any of the schemas #286
  • ENOENT, when using # import syntax #284
  • Import from npm modules #256
    • # import Query from module:some-module#some-export
  • Importing Input Types#252
  • Import all graphql files from a directory #245
    • Globs are now supported **/*.graphql
  • importSchema does not work with .gql extension #244
    • .gql extension is now supported
  • "Import specific types" works as "Import all types" #235
  • More control over importing behavior #16
  • Expose graphql errors #39
  • Type extension does not work #42
  • Unexpected behavior when importing a schema #133
  • Missing Schema Type #190
  • Empty queryType and mutationType #191
  • Cannot read property 'concat' of undefined For Scalar #230
  • URLs, code files and JSON files endpoints are now supported
    • # import Query from http://localhost:4000/graphql
    • # import Query from ./schema.json
    • # import Query from ./schema.ts

v1.0.1

29 Mar 13:26
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

  • Fixed issue; Expected 2-3 arguments, but got 1. #468

v0.7.1

12 Sep 16:02
Compare
Choose a tag to compare

0.7.1 (2018-09-12)

Bug Fixes

v0.7.0

07 Sep 12:39
Compare
Choose a tag to compare

0.7.0 (2018-09-07)

Features

  • modules: Support node_modules paths in graphql imports (#216) (c1385af), closes #136 #57

Bug Fixes

  • Fix nested importing not working in some cases (#213)

v0.6.0

22 May 14:05
2865f75
Compare
Choose a tag to compare

0.6.0 (2018-05-22)

Features

  • wildcard: merge wildcard imports (2865f75)

v0.5.3

22 May 13:54
13f49c9
Compare
Choose a tag to compare

0.5.3 (2018-05-22)

Bug Fixes

v0.5.2

26 Apr 18:44
757287b
Compare
Choose a tag to compare

0.5.2 (2018-04-26)

Bug Fixes

  • multiple import declarations from the same path not working (757287b)

v0.5.1

26 Apr 18:42
61a39f5
Compare
Choose a tag to compare

0.5.1 (2018-04-26)

Bug Fixes

  • file path import issues (61a39f5)

v0.5.0

23 Mar 20:11
a6563c5
Compare
Choose a tag to compare

0.5.0 (2018-03-23)

Features

  • Syntax: import with optional semicolon (5192741)