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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Graphene is a Python library for building GraphQL schemas/types fast and easily.
8
8
-**Django:** Automatic *Django model* mapping to Graphene Types. Check a fully working [Django](http://github.com/graphql-python/swapi-graphene) implementation
9
9
10
10
11
-
*But, what is supported in this Python version?***Everything**: Interfaces, ObjectTypes, Mutations and Relay (Nodes, Connections and Mutations).
11
+
*What is supported in this Python version?***Everything**: Interfaces, ObjectTypes, Mutations, Scalars, Unions and Relay (Nodes, Connections and Mutations).
12
12
13
13
14
14
## Installation
@@ -28,9 +28,9 @@ Here is one example for get you started:
0 commit comments