getDonationByOrgIdConnection
No description
getDonationByOrgIdConnection(
orgId: ID!
where: DonationWhereInput
first: Int
skip: Int
): [Donation!]!
No description
getDonationByOrgIdConnection(
orgId: ID!
where: DonationWhereInput
first: Int
skip: Int
): [Donation!]!
getDonationByOrgIdConnection.orgId
● ID!
non-null scalargetDonationByOrgIdConnection.where
● DonationWhereInput
inputgetDonationByOrgIdConnection.first
● Int
scalargetDonationByOrgIdConnection.skip
● Int
scalarDonation
object