wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

Home Page:https://wyfo.github.io/apischema/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL compatibility with old versions

wyfo opened this issue · comments

Currently, apischema requires graphql-core>=3.1.2. However, it could easily works with version 3.0.0 by not using GraphQLScalarType.specified_by_url when not available.

2.x.x versions are however not easily compatible (if someone find a clean way to do it, why not), but having an old version installed should not prevent apischema to be imported.