From ab130ffef30643f6d8c33cca78060798a3f50243 Mon Sep 17 00:00:00 2001 From: harisato Date: Thu, 31 Aug 2023 15:31:42 +0700 Subject: [PATCH] feat(hasura): update query creator api --- hasura/metadata/query_collections.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hasura/metadata/query_collections.yaml b/hasura/metadata/query_collections.yaml index 8b835548..f7ae20e8 100644 --- a/hasura/metadata/query_collections.yaml +++ b/hasura/metadata/query_collections.yaml @@ -745,6 +745,15 @@ manga { id status + poster + banner + manga_creators { + creator { + name + pen_name + id + } + } manga_total_likes { likes }