organizationsConnection
No description
organizationsConnection(
where: OrganizationWhereInput
first: Int
skip: Int
orderBy: OrganizationOrderByInput
): [Organization]!
No description
organizationsConnection(
where: OrganizationWhereInput
first: Int
skip: Int
orderBy: OrganizationOrderByInput
): [Organization]!
organizationsConnection.where
● OrganizationWhereInput
inputorganizationsConnection.first
● Int
scalarorganizationsConnection.skip
● Int
scalarorganizationsConnection.orderBy
● OrganizationOrderByInput
enumOrganization
object