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