mirror of
https://github.com/unraid/api.git
synced 2026-01-19 15:09:40 -06:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
/*!
|
|
* Copyright 2019-2020 Lime Technology Inc. All rights reserved.
|
|
* Written by: Alexis Tyler
|
|
*/
|
|
|
|
import { PubSub } from 'apollo-server';
|
|
|
|
export const pubsub = new PubSub();
|