usersConnection
No description
usersConnection(
where: UserWhereInput
first: Int
skip: Int
orderBy: UserOrderByInput
): [User]!
No description
usersConnection(
where: UserWhereInput
first: Int
skip: Int
orderBy: UserOrderByInput
): [User]!
usersConnection.where
● UserWhereInput
inputusersConnection.first
● Int
scalarusersConnection.skip
● Int
scalarusersConnection.orderBy
● UserOrderByInput
enumUser
object