Skip to content

[v0.4.7b1] graphql-core v0.4.7-beta-1 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhgg jhgg released this 26 Oct 19:47
· 639 commits to master since this release

Getting ready for stable release.

Changelog:

  • [Executor] Implement memoization on get_argument_values.
  • [Type Definition] Implement __hash__ methods on GraphQLField and GraphQLArgument.
  • [AST Visitor] Check if edit in visitor is a valid node.
  • GraphQLUnion shall now accept a callable for types. This will make functionality equivalent to all the other types. i.e. GraphQLInterfaceType and GraphQLObjectType when it comes to defining fields/interfaces/types.