We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fcf9f commit 7a1e9d7Copy full SHA for 7a1e9d7
README.md
@@ -45,6 +45,8 @@ pip install "graphene>=2.0"
45
Here is one example for you to get started:
46
47
```python
48
+import graphene
49
+
50
class Query(graphene.ObjectType):
51
hello = graphene.String(description='A typical hello world')
52
README.rst
@@ -67,6 +67,8 @@ Here is one example for you to get started:
67
68
.. code:: python
69
70
+ import graphene
71
72
73
74
0 commit comments