This commit is contained in:
Inex Code 2024-07-03 17:43:25 +04:00
parent 2262606759
commit 17831668af

View file

@ -204,7 +204,7 @@ class Service:
if not config_items: if not config_items:
return None return None
# By the "type" field convert every dict into a ConfigItem. In the future there will be more types. # By the "type" field convert every dict into a ConfigItem. In the future there will be more types.
return [config_item_to_graphql(item) for item in config_items] return [config_item_to_graphql(config_items[item]) for item in config_items]
# TODO: fill this # TODO: fill this
@strawberry.field @strawberry.field