SubscriptionResolver
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / SubscriptionResolver
Type Alias: SubscriptionResolver<TResult, TKey, TParent, TContext, TArgs>
> SubscriptionResolver<TResult
, TKey
, TParent
, TContext
, TArgs
>: (...args
) => SubscriptionObject
<TResult
, TKey
, TParent
, TContext
, TArgs
> | SubscriptionObject
<TResult
, TKey
, TParent
, TContext
, TArgs
>
Type Parameters
• TResult
• TKey extends string
• TParent = object
• TContext = object
• TArgs = object