graphql-python / graphql-python/graphene
Is graphql-relay actually a requirement if relay is not going to be used?
Open
✨ enhancement
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 818
- PR merge metrics
- No merged PRs in 30d
Description
I was hoping that `graphql-relay` could be removed as a base requirement in setup.py if it isn't actually required for people who have no need for relay.
Perhaps a specific install option like `pip install graphene[relay]` could be added for those that actually require it.
Obviously this would be a breaking change so it makes sense to do it before 3.0 is released if it will be done.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.