Donation
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / Donation
Type Alias: Donation
> Donation: object
Type declaration
__typename?
> optional
__typename: "Donation"
_id
> _id: Scalars
["ID"
]["output"
]
amount
> amount: Scalars
["Float"
]["output"
]
createdAt
> createdAt: Scalars
["DateTime"
]["output"
]
nameOfOrg
> nameOfOrg: Scalars
["String"
]["output"
]
nameOfUser
> nameOfUser: Scalars
["String"
]["output"
]
orgId
> orgId: Scalars
["ID"
]["output"
]
payPalId
> payPalId: Scalars
["String"
]["output"
]
updatedAt
> updatedAt: Scalars
["DateTime"
]["output"
]
userId
> userId: Scalars
["ID"
]["output"
]