twitch-graphql
Version:
A graphql wrapper for the Twitch API.
11 lines (10 loc) • 475 B
TypeScript
export declare const RedemptionPubSubResolvers: {
Subscription: {
newRedemption: {
subscribe: (_: any, _args: any, { user_id, secret, refresh_token }: GraphQLModules.Context) => Promise<AsyncIterator<unknown, any, undefined>>;
resolve: (redemption: any) => any;
};
};
};
export declare const RedemptionPubSubSchema: import("graphql").DocumentNode;
export declare const RedemptionPubSubModule: import("graphql-modules").Module;