FundraisingCampaignResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / FundraisingCampaignResolvers
Type Alias: FundraisingCampaignResolvers<ContextType, ParentType>
> FundraisingCampaignResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["FundraisingCampaign"
] = ResolversParentTypes
["FundraisingCampaign"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
currency?
> optional
currency: Resolver
<ResolversTypes
["Currency"
], ParentType
, ContextType
>
endDate?
> optional
endDate: Resolver
<ResolversTypes
["Date"
], ParentType
, ContextType
>
fundId?
> optional
fundId: Resolver
<ResolversTypes
["Fund"
], ParentType
, ContextType
>
fundingGoal?
> optional
fundingGoal: Resolver
<ResolversTypes
["Float"
], ParentType
, ContextType
>
name?
> optional
name: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
organizationId?
> optional
organizationId: Resolver
<ResolversTypes
["Organization"
], ParentType
, ContextType
>
pledges?
> optional
pledges: Resolver
<Maybe
<Maybe
<ResolversTypes
["FundraisingCampaignPledge"
]>[]>, ParentType
, ContextType
>
startDate?
> optional
startDate: Resolver
<ResolversTypes
["Date"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>