NoteResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / NoteResolvers
Type Alias: NoteResolvers<ContextType, ParentType>
> NoteResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Note"
] = ResolversParentTypes
["Note"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
agendaItemId?
> optional
agendaItemId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
content?
> optional
content: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
createdBy?
> optional
createdBy: Resolver
<ResolversTypes
["User"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
updatedBy?
> optional
updatedBy: Resolver
<ResolversTypes
["User"
], ParentType
, ContextType
>