graphene/examples
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
..
starwars Improved test syntax 2015-11-16 19:49:40 -08:00
starwars_django Add the info parameter (ResolveInfo) to get_node() calls. 2015-11-17 23:44:01 -05:00
starwars_relay Add the info parameter (ResolveInfo) to get_node() calls. 2015-11-17 23:44:01 -05:00
__init__.py Moved all the examples from tests to examples 2015-10-27 23:56:24 -07:00