File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command:
51
51
Alternatively, you can also use [ pipenv] ( https://docs.pipenv.org/ ) for installation in a
52
52
virtual environment:
53
53
54
- pipenv install "graphql-core>=3"
54
+ pipenv install "graphql-core>=3<4 "
55
55
56
56
57
57
## Usage
@@ -237,10 +237,10 @@ The GraphQL-core 3 library
237
237
by the [ GraphQL foundation] ( https://gql.foundation/join/ )
238
238
239
239
Please watch the recording of Lee Byron's short keynote on the
240
- [ history of GraphQL] ( https://www.youtube.com/watch?v=VjHWkBr3tjI )
240
+ [ history of GraphQL] ( https://www.youtube.com/watch?v=VjHWkBr3tjI )
241
241
at the open source leadership summit 2019 to better understand
242
242
how and why GraphQL was created at Facebook and then became open sourced
243
- and ported to many different programming languages.
243
+ and ported to many different programming languages.
244
244
245
245
246
246
## License
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can install GraphQL-core 3 using pip_::
35
35
36
36
You can also install GraphQL-core 3 with pipenv _, if you prefer that::
37
37
38
- pipenv install "graphql-core>=3"
38
+ pipenv install "graphql-core>=3<4 "
39
39
40
40
Now you can start using GraphQL-core 3 by importing from the top-level
41
41
:mod: `graphql ` package. Nearly everything defined in the sub-packages
You can’t perform that action at this time.
0 commit comments