Skip to content

Conversation

syrusakbary
Copy link
Member

@syrusakbary syrusakbary commented Aug 1, 2017

Including:

  • Moving context from the resolver arguments to info.context
  • New resolvers API. Moving from resolver(root, args, context, info) to resolver(root, info, **args)
  • Is Type of new syntax from is_type_of(result, context, info) to is_type_of(result, info)
  • Resolve type new syntax resolve_type(result, context, info) to resolve_type(result, info)

Removed Experimental execution API

@syrusakbary syrusakbary merged commit f9ed20b into master Aug 1, 2017
@cipriantarta
Copy link

@syrusakbary Any news on the much faster executor?

@ProjectCheshire ProjectCheshire deleted the 2.0 branch June 2, 2019 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants