graphene/examples/starwars_relay
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
..
tests Improved syntax. Added autolinter. Added automatic flake8 checker in tests. Fixed #17 2015-10-31 14:02:22 -07:00
__init__.py Moved all the examples from tests to examples 2015-10-27 23:56:24 -07:00
data.py Improved syntax. Added autolinter. Added automatic flake8 checker in tests. Fixed #17 2015-10-31 14:02:22 -07:00
schema.py Add the info parameter (ResolveInfo) to get_node() calls. 2015-11-17 23:44:01 -05:00