twitch-graphql
Version:
A graphql wrapper for the Twitch API.
10 lines (9 loc) • 474 B
TypeScript
import { HelixFollow } from 'twitch';
export declare const FollowPubSubUserLinkResolvers: {
FollowSubscription: {
followedUser(follow: HelixFollow): Promise<import("twitch/lib").HelixUser | null>;
followerUser(follow: HelixFollow): Promise<import("twitch/lib").HelixUser | null>;
};
};
export declare const FollowPubSubUserLinkSchema: import("graphql").DocumentNode;
export declare const FollowPubSubUserLinkModule: import("graphql-modules").Module;