DEBSOURCES
Skip Quicknav
sources / strawberry-graphql / 0.306.0-1 / tests / http / context.py
1234
def get_context(context: object) -> dict[str, object]: assert isinstance(context, dict) return {**context, "custom_value": "a value from context"}