UserCustomDataResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / UserCustomDataResolvers
Type Alias: UserCustomDataResolvers<ContextType, ParentType>
> UserCustomDataResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["UserCustomData"
] = ResolversParentTypes
["UserCustomData"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
organizationId?
> optional
organizationId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
userId?
> optional
userId: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
values?
> optional
values: Resolver
<ResolversTypes
["JSON"
], ParentType
, ContextType
>