You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, by default, the executor will use execute with no concurrency.
55
+
56
+
## Documentation
57
+
58
+
Documentation is in the works but not available yet. See #14 for additional information.
59
+
60
+
## Pythonic GraphQL Library
61
+
`graphql-core` provides a more low-level API for building a GraphQL API and schema. For a more refined and Pythonic interface to build graphql APIs, check out [`graphene`](https://github.com/graphql-python/graphene).
0 commit comments