Refractor not in
parent
43bedb6ca6
commit
8e010abb9a
|
@ -44,7 +44,7 @@ def dump_schema(url, method, graphversion, headers):
|
|||
if types['kind'] == "OBJECT":
|
||||
print(types['name'])
|
||||
|
||||
if not "__" in types['name']:
|
||||
if "__" not in types['name']:
|
||||
for fields in types['fields']:
|
||||
field_type = ""
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue