postsByUserId
No description
postsByUserId(
userId: UUID!
offset: Int! = 0
limit: Int! = 10
): FeedPostPaged!
No description
postsByUserId(
userId: UUID!
offset: Int! = 0
limit: Int! = 10
): FeedPostPaged!
postsByUserId.userId
● UUID!
non-null scalarpostsByUserId.offset
● Int!
non-null scalarpostsByUserId.limit
● Int!
non-null scalarFeedPostPaged
object