Skip to content

v1.3.0

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 07 Apr 05:28
· 707 commits to master since this release

Changelog

  • Fix docstring whitespace 62e58bd
  • Added optional default_resolver in ObjectType 98825fa
  • Fix ObjectType inheritance with custom Meta ad251e9 48efec3
  • Fixed circular Union/Interfaces d4d8a76
  • Improved lazy_import to accept also dotted attributes d594a0e
  • Use Promise.resolve instead of promisify (so we adapt to Promise 2.0) bd0d418
  • Improved lazy types support in Field, InputField, List and NonNull accepting also now string attributes (will be treated as imports, like: Field("graphene.String") 4b71465

Docs

  • Added Sphinx to requirements in docs e405a20
  • Fix indent in mutation docs 3a198d0
  • Spelling/Grammar fix in docs 313a004
  • Fixed typo in link to graphql.org d86bbd8