github graphql-python/graphene v0.4.0
Graphene 0.4.0 - New syntax for Fields and Arguments

latest releases: v3.4.3, v3.4.2, v3.4.1...
9 years ago

Changelog

Based on this issue #21, improved the following:

  • Simplify Fields definition (rename graphene.{type}Field to graphene.{type}).
  • Add Types dynamic instantiation into ObjectTypes, Interfaces (as field), or in Field kwargs (as Arguments)
  • Add .List , .NonNull to Types
  • Add Union Type
  • Add Scalar Type (for having, for example a DateTime Scalar type)
  • Improved tests and coverage
  • Use graphql-django-view for the GraphQL Django view.

Don't miss a new graphene release

NewReleases is sending notifications on new releases.