fix-schema

This commit is contained in:
tonyrewin 2022-09-30 12:13:04 +03:00
parent 427e700a30
commit 1269e96aed

View File

@ -220,7 +220,7 @@ type Query {
userFollowedCommunities(slug: String!): [Community]! userFollowedCommunities(slug: String!): [Community]!
userReactedShouts(slug: String!): [Shout]! # test userReactedShouts(slug: String!): [Shout]! # test
getUserRoles(slug: String!): [Role]! getUserRoles(slug: String!): [Role]!
authorsAll(offset: Int!, limit: Int!): [User]! authorsAll: [User]!
# shouts # shouts
getShoutBySlug(slug: String!): Shout! getShoutBySlug(slug: String!): Shout!