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

Pickle support for schema objects

litchfield opened this issue · comments

Anyone tried pickling schema objects? I'm getting recursion errors.

Initialisation time seems really expensive for large schemas.