CheckInResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / CheckInResolvers
Type Alias: CheckInResolvers<ContextType, ParentType>
> CheckInResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["CheckIn"
] = ResolversParentTypes
["CheckIn"
]
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
>
feedbackSubmitted?
> optional
feedbackSubmitted: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
time?
> optional
time: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
user?
> optional
user: Resolver
<ResolversTypes
["User"
], ParentType
, ContextType
>