File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55## Usage
66
7- This package provides a ExecuteContext that can be used as a drop-in replacement for the default one.
7+ This package provides an ` ExecuteContext ` that can be used as a drop-in replacement for the default one.
88
99``` python
1010from graphql_core_promise import PromiseExecutionContext
@@ -24,8 +24,8 @@ class MyGraphQLView(GraphQLView):
2424 execution_context_class = PromiseExecutionContext
2525```
2626
27- Note that this project requires graphene-django 3, which are not fully compatible issues with graphene-django 2.
27+ Note that this project requires graphene-django 3, which is not fully compatible with graphene-django 2.
2828
2929
3030### How it works
31- This packages is done by transating the asyncio code in the default ` ExecuteContext ` into promise based code.
31+ This packages is done by translating the asyncio code in the default ` ExecuteContext ` into promise based code.
You can’t perform that action at this time.
0 commit comments