graphql-python / graphql-core

A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A

Kongpc22 opened this issue · comments

Questions regarding how to use GraphQL

If you have a question on how to use GraphQL, please post it to Stack Overflow with the tag #graphql.

Reporting issues with GraphQL-core 3

Before filing a new issue, make sure an issue for your problem doesn't already exist and that this is not an issue that should be filed against a different repository (see below).

The best way to get a bug fixed is to provide a pull request with a simplified failing test case (or better yet, include a fix).

Reporting issues with GraphQL-core 2

Please use the issue tracker of the legacy repository for issues with legacy versions of GraphQL-core.

Feature requests

GraphQL-core is a Python port of the GraphQL.js reference implementation of the GraphQL specification. To discuss new features which are not Python specific, please open an issue against the GraphQL.js project. To discuss features that fundamentally change the way GraphQL works, open an issue against the specification.