GraphQL implementation for Python, a port of GraphQL.js.
GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.
GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.
To install py39-graphql-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-graphql-core
To see what files were installed by py39-graphql-core, run:
port contents py39-graphql-core
To later upgrade py39-graphql-core, run:
sudo port selfupdate && sudo port upgrade py39-graphql-core
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.