Sha256: 0c483d91ab7603f12dd23f0f39e263db5832f37e6726a1b85543f0c53ef5e39a
Contents?: true
Size: 846 Bytes
Versions: 26
Compression:
Stored size: 846 Bytes
Contents
/** * NOTE: the `graphql/subscription` module has been deprecated with its * exported functions integrated into the `graphql/execution` module, to * better conform with the terminology of the GraphQL specification. * * For backwards compatibility, the `graphql/subscription` module * currently re-exports the moved functions from the `graphql/execution` * module. In the next major release, the `graphql/subscription` module * will be dropped entirely. */ /** * @deprecated use ExecutionArgs instead. Will be removed in v17 * * ExecutionArgs has been broadened to include all properties within SubscriptionArgs. * The SubscriptionArgs type is retained for backwards compatibility. */ // eslint-disable-next-line @typescript-eslint/no-empty-interface export { subscribe, createSourceEventStream } from '../execution/subscribe.mjs';
Version data entries
26 entries across 26 versions & 1 rubygems