graphene/graphene/contrib
Jon Rosebaugh a79a76d3b9 Add the info parameter (ResolveInfo) to get_node() calls.
This allows request_context (or any other ResolveInfo data) to be used while getting nodes.
For example, some data might need to be hidden based on the user's authorization; you would use info.request_context for this.

Fixes #34.
2015-11-17 23:44:01 -05:00
..
django Add the info parameter (ResolveInfo) to get_node() calls. 2015-11-17 23:44:01 -05:00
__init__.py First working version with Django. 2015-09-28 00:34:25 -07:00