- Preparing search index...
- The search index is not available
simple-graphql
Type alias SGSubscriptionConfig<T, S>
Type declaration
-
Optional
description?: string
-
-
-
-
-
subscribe: ((args: {
[key: string]: any;
}, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext) => AsyncIterator<S>)
-
- (args: {
[key: string]: any;
}, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext): AsyncIterator<S>
-
Parameters
-
args: {
[key: string]: any;
}
-
-
info: GraphQLResolveInfo
-
Returns AsyncIterator<S>