connectionsByUserId
No description
connectionsByUserId(
userId: UUID!
offset: Int! = 0
limit: Int! = 10
): UserPaged!
No description
connectionsByUserId(
userId: UUID!
offset: Int! = 0
limit: Int! = 10
): UserPaged!
connectionsByUserId.userId
● UUID!
non-null scalarconnectionsByUserId.offset
● Int!
non-null scalarconnectionsByUserId.limit
● Int!
non-null scalarUserPaged
object