FeedbackResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / FeedbackResolvers
Type Alias: FeedbackResolvers<ContextType, ParentType>
> FeedbackResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Feedback"
] = ResolversParentTypes
["Feedback"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
event?
> optional
event: Resolver
<ResolversTypes
["Event"
], ParentType
, ContextType
>
rating?
> optional
rating: Resolver
<ResolversTypes
["Int"
], ParentType
, ContextType
>
review?
> optional
review: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>