SubscriptionSubscribeFn
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / SubscriptionSubscribeFn
Type Alias: SubscriptionSubscribeFn()<TResult, TParent, TContext, TArgs>
> SubscriptionSubscribeFn<TResult
, TParent
, TContext
, TArgs
>: (parent
, args
, context
, info
?) => AsyncIterable
<TResult
> | Promise
<AsyncIterable
<TResult
>>
Type Parameters
• TResult
• TParent
• TContext
• TArgs
Parameters
• parent: TParent
• args: TArgs
• context: TContext
• info?: GraphQLResolveInfo
Returns
AsyncIterable
<TResult
> | Promise
<AsyncIterable
<TResult
>>