github graphql-python/graphene v0.3.0
Graphene 0.3.0 - Mutations, Containers and a big refactor

latest releases: v3.3.0, v3.2.2, v3.2.1...
8 years ago

Changelog

Based on this issue #15, improved the following:

  • Register types as schema access it.
  • Simplify schema base types. Avoid @memoize hacks
  • Add field description based on resolver function __doc__
  • Add python class enums.Enum mapping to a GraphQL Enum
  • Map received arguments keys by resolvers to be snake_case (via ProxySnakeDict)
  • Add Mutations
  • Add Relay Mutations
  • Improve containers: Generalize use of instance/types instantiation
  • Improved testing coverage
  • Refactored code

Don't miss a new graphene release

NewReleases is sending notifications on new releases.