mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	| 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. | ||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| data.py | ||
| models.py | ||
| schema.py | ||