organizationsMemberConnection
No description
organizationsMemberConnection(
orgId: ID!
where: UserWhereInput
first: Int
skip: Int
orderBy: UserOrderByInput
): UserConnection!
No description
organizationsMemberConnection(
orgId: ID!
where: UserWhereInput
first: Int
skip: Int
orderBy: UserOrderByInput
): UserConnection!
organizationsMemberConnection.orgId
● ID!
non-null scalarorganizationsMemberConnection.where
● UserWhereInput
inputorganizationsMemberConnection.first
● Int
scalarorganizationsMemberConnection.skip
● Int
scalarorganizationsMemberConnection.orderBy
● UserOrderByInput
enumUserConnection
object