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

Include `extensions` field in GraphQLError.

jckw opened this issue · comments

The GraphQL docs specify a field called extensions is available for a GraphQLError. GraphQL Python does seem to have a 'slot' for this.

Users could add the field using a wrapper, but it looks like something that could easily be added to the class – unless I'm missing something!