File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 8
8
[ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-core-legacy.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-core-legacy )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python/graphql-core-legacy/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python/graphql-core-legacy?branch=master )
10
10
11
- _ This library is a port of [ GraphQL.js] ( https://github.com/graphql/graphql-js ) to Python
12
- and up-to-date with release [ 0.6.0] ( https://github.com/graphql/graphql-js/releases/tag/v0.6.0 ) ._
11
+ This library is a port of [ GraphQL.js] ( https://github.com/graphql/graphql-js ) to Python
12
+ and up-to-date with release [ 0.6.0] ( https://github.com/graphql/graphql-js/releases/tag/v0.6.0 ) .
13
+
14
+ GraphQL-core 2 supports Python version 2.7, 3.5, 3.6, 3.7 and 3.8.
13
15
14
16
GraphQL.js is the JavaScript reference implementation for GraphQL,
15
17
a query language for APIs created by Facebook.
16
18
17
19
See also the GraphQL documentation at [ graphql.org] ( https://graphql.org/ ) and
18
- [ https:// graphql.org/graphql-js/graphql/] ( https://graphql.org/graphql-js/graphql/ ) .
20
+ [ graphql.org/graphql-js/graphql/] ( https://graphql.org/graphql-js/graphql/ ) .
19
21
20
22
For questions regarding GraphQL, ask [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/graphql ) .
21
23
You can’t perform that action at this time.
0 commit comments