graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose ExecutionResult extensions

nikordaris opened this issue · comments

Currently there is no way for the middleware or resolver to set data in the extensions field of the ExecutionResult response object. This prevents the use of tools like performance tracing or metadata injection.