Skip to content

v1.0.0

Compare
Choose a tag to compare
@ardatan ardatan released this 25 Mar 16:59
· 52 commits to master since this release

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