Skip to content

v0.4.15

Compare
Choose a tag to compare
@leebyron leebyron released this 03 Feb 01:24
· 2894 commits to main since this release

New:

  • The full GraphQL API is now exported from the top module. If you're building a tool that uses GraphQL.js, hopefully this makes it easier to import and use utilities in this library. (4547904)
  • Clearer error messages:
    • When a requested field cannot be found on an interface or union, we'll suggest an inline fragment. (#282)
    • When a variable isn't used, we'll include the name of the query that defined it.
    • When a field typed as List returns something that is not a list, the error will include the name of the type and field. (#276)
    • When an input type includes unknown information, ensure it's name is printed. (#261)