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

latest releases: v3.3.0, v3.2.2, v3.2.1...
8 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.