Skip to content

Commit 190cf85

Browse files
committed
Support visitors with class and static methods
Also, add missing type definitions in printer module.
1 parent 8d9a0c7 commit 190cf85

File tree

8 files changed

+371
-168
lines changed

8 files changed

+371
-168
lines changed

.mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ warn_redundant_casts = True
77
warn_unused_ignores = True
88
disallow_untyped_defs = True
99

10-
[mypy-graphql.language.printer]
11-
disallow_untyped_defs = False
12-
1310
[mypy-graphql.pyutils.frozen_dict]
1411
disallow_untyped_defs = False
1512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a query language for APIs created by Facebook.
1414

1515
The current version 3.1.1 of GraphQL-core is up-to-date with GraphQL.js version 15.0.0.
1616

17-
An extensive test suite with over 2100 unit tests and 100% coverage comprises a
17+
An extensive test suite with over 2200 unit tests and 100% coverage comprises a
1818
replication of the complete test suite of GraphQL.js, making sure this port is
1919
reliable and compatible with GraphQL.js.
2020

0 commit comments

Comments
 (0)