Fix GetCatalog

This commit is contained in:
Ivan Vazhenin
2023-03-26 13:14:52 +03:00
parent 15ee28cb0c
commit 65c0b561a7
7 changed files with 54 additions and 15 deletions

View File

@@ -27,4 +27,4 @@ def get_catalog():
"""
)
result = client.execute(query)
return result['getClassifier']
return result['getCatalog']