GraphQLSubscription<T>: T & {
    [queryType]: "subscription";
}

Type Parameters

  • T

Type declaration

  • Readonly [queryType]: "subscription"