Refractor not in

pull/11/head
fuomag9 2020-02-05 13:16:32 +01:00
parent 43bedb6ca6
commit 8e010abb9a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def dump_schema(url, method, graphversion, headers):
if types['kind'] == "OBJECT": if types['kind'] == "OBJECT":
print(types['name']) print(types['name'])
if not "__" in types['name']: if "__" not in types['name']:
for fields in types['fields']: for fields in types['fields']:
field_type = "" field_type = ""
try: try: