From c1abace1c0c8ca98d57634b8ef6ae23054d4652c Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 13 Oct 2023 13:46:34 +0300 Subject: [PATCH] few-more-resolvers-fix-2 --- schemas/core.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/core.graphql b/schemas/core.graphql index ff28681b..f85bbecd 100644 --- a/schemas/core.graphql +++ b/schemas/core.graphql @@ -236,6 +236,7 @@ type Query { userFollowers(slug: String!): [Author]! authorFollowers(author_id: Int!): [Author]! userFollowedAuthors(slug: String!): [Author]! + authorFollowedAuthors(author_id: Int!): [Author]! userFollowedTopics(slug: String!): [Topic]! authorsAll: [Author]! getAuthorById(author_id: Int!): Author