DonationResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / DonationResolvers
Type Alias: DonationResolvers<ContextType, ParentType>
> DonationResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Donation"
] = ResolversParentTypes
["Donation"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
amount?
> optional
amount: Resolver
<ResolversTypes
["Float"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
nameOfOrg?
> optional
nameOfOrg: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
nameOfUser?
> optional
nameOfUser: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
orgId?
> optional
orgId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
payPalId?
> optional
payPalId: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
userId?
> optional
userId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>