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 6fd1259 commit 2e8d836Copy full SHA for 2e8d836
README.md
@@ -98,10 +98,12 @@ class Query(graphene.ObjectType):
98
schema = graphene.Schema(query=Query)
99
```
100
101
-To learn more check out the following [examples](examples/):
+### Full Examples
102
103
-* **Full example**: [Flask SQLAlchemy example](examples/flask_sqlalchemy)
+To learn more check out the following [examples](examples/):
104
105
+- [Flask SQLAlchemy example](examples/flask_sqlalchemy)
106
+- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy)
107
108
## Contributing
109
0 commit comments