fix-schema
This commit is contained in:
parent
427e700a30
commit
1269e96aed
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user