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
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,6 @@
4
4
5
5
**We are looking for contributors**! Please check the [ROADMAP](https://github.com/graphql-python/graphene/blob/master/ROADMAP.md) to see how you can help ❤️
6
6
7
-
---
8
-
9
-
**The below readme is the documentation for the `dev` (prerelease) version of Graphene. To view the documentation for the latest stable Graphene version go to the [v2 docs](https://docs.graphene-python.org/en/stable/)**
10
-
11
-
---
12
-
13
7
## Introduction
14
8
15
9
[Graphene](http://graphene-python.org) is an opinionated Python library for building GraphQL schemas/types fast and easily.
@@ -34,10 +28,10 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
34
28
35
29
## Installation
36
30
37
-
For instaling graphene, just run this command in your shell
31
+
To install `graphene`, just run this command in your shell
**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as stantard`Connection`'s arguments (first, before, after, before).**
126
+
**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as standard`Connection`'s arguments (first, last, after, before).**
0 commit comments