davidyaha / graphql-redis-subscriptions

A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
MIT License
1.11k stars 125 forks source link

chore: export type definitions for options #607

Closed yharaskrik closed 4 months ago

yharaskrik commented 1 year ago

Exports the type definitions for configuration so we don't need to import like this: import type { PubSubRedisOptions } from 'graphql-redis-subscriptions/dist/redis-pubsub';

davidyaha commented 4 months ago

Thanks @yharaskrik for the contribution