-
-
Notifications
You must be signed in to change notification settings - Fork 141
Description
hey there! This is a wonderful repository, and a really great reference implementation!
Here's why I think that this repository should be renamed to graphql
or graphql-py
instead of graphql-core
The current name sort of gives us a feel that it's not for the end user.
It gives us a feel that this project is only for other graphql libraries to build abstractions on top of.
in the GraphQL ecosystem, you'd generally build out your whole schema with graphql-js, in fact it was the only way during the start. It was after the reference implementation that we got apollo server/ nexus.
in the Python ecosystem, this seems like the opposite - graphql-core is relatively newer than graphene and is receiving lesser adoption rates.
also, I think that it would also help renaming the PyPI project name to graphql
instead of graphql-core`.
This is my opinion, what do you think?