EventAttendeeResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / EventAttendeeResolvers
Type Alias: EventAttendeeResolvers<ContextType, ParentType>
> EventAttendeeResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["EventAttendee"
] = ResolversParentTypes
["EventAttendee"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
checkInId?
> optional
checkInId: Resolver
<Maybe
<ResolversTypes
["ID"
]>, ParentType
, ContextType
>
checkOutId?
> optional
checkOutId: Resolver
<Maybe
<ResolversTypes
["ID"
]>, ParentType
, ContextType
>
createdAt?
> optional
createdAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
eventId?
> optional
eventId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
isCheckedIn?
> optional
isCheckedIn: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
isCheckedOut?
> optional
isCheckedOut: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
isInvited?
> optional
isInvited: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
isRegistered?
> optional
isRegistered: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
updatedAt?
> optional
updatedAt: Resolver
<ResolversTypes
["DateTime"
], ParentType
, ContextType
>
userId?
> optional
userId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>