CheckOutResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / CheckOutResolvers
Type Alias: CheckOutResolvers<ContextType, ParentType>
> CheckOutResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["CheckOut"
] = ResolversParentTypes
["CheckOut"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
eventAttendeeId?
> optional
eventAttendeeId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
time?
> optional
time: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>