From 1269e96aed585294456767107c3f6e9494a5430b Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 30 Sep 2022 12:13:04 +0300 Subject: [PATCH] fix-schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index c97e84fc..6c2d8c51 100644 --- a/schema.graphql +++ b/schema.graphql @@ -220,7 +220,7 @@ type Query { userFollowedCommunities(slug: String!): [Community]! userReactedShouts(slug: String!): [Shout]! # test getUserRoles(slug: String!): [Role]! - authorsAll(offset: Int!, limit: Int!): [User]! + authorsAll: [User]! # shouts getShoutBySlug(slug: String!): Shout!