graphql-python / graphql-python/graphql-server

Support for extensions

Open
#25 8 comments 4 reactions 0 assignees View on GitHub
type: rfc
Dominant language
Python
Stars
134
Forks
70
PR merge metrics
No merged PRs in 30d

Description

In `graphene-tornado`, we've added support for [extensions](https://github.com/graphql-python/graphene-tornado#extensions) similar to Apollo Server. These extensions provide the capability to do things like add [Apollo Tracing](https://github.com/graphql-python/graphene-tornado/tree/graphql-extensions-tracing) or distributed tracing to requests.

This capability would be great to add to `graphql-server-core` (it's a blocker for `graphene-tornado` to migrate). Is there interest in having this functionality in this project? Specifically, I'm suggesting we add the extension points defined [here](https://github.com/graphql-python/graphene-tornado/blob/graphql-extensions-tracing/graphene_tornado/extension_stack.py#L13).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.