AgendaSectionResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / AgendaSectionResolvers
Type Alias: AgendaSectionResolvers<ContextType, ParentType>
> AgendaSectionResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["AgendaSection"
] = ResolversParentTypes
["AgendaSection"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["Date"
], ParentType
, ContextType
>
createdBy?
> optional
createdBy: Resolver
<Maybe
<ResolversTypes
["User"
]>, ParentType
, ContextType
>
description?
> optional
description: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
items?
> optional
items: Resolver
<Maybe
<Maybe
<ResolversTypes
["AgendaItem"
]>[]>, ParentType
, ContextType
>
relatedEvent?
> optional
relatedEvent: Resolver
<Maybe
<ResolversTypes
["Event"
]>, ParentType
, ContextType
>
sequence?
> optional
sequence: Resolver
<ResolversTypes
["Int"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<Maybe
<ResolversTypes
["Date"
]>, ParentType
, ContextType
>
updatedBy?
> optional
updatedBy: Resolver
<Maybe
<ResolversTypes
["User"
]>, ParentType
, ContextType
>