Skip to content

Commit

Permalink
Revert "chore: re-export specific things from @envelop/core (#2061)" (#…
Browse files Browse the repository at this point in the history
…2090)

This reverts commit 3759d27.
  • Loading branch information
ardatan committed Nov 11, 2022
1 parent 14ca59c commit 13c117e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-rings-buy.md

This file was deleted.

24 changes: 1 addition & 23 deletions packages/graphql-yoga/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,7 @@ export * from './types.js'
export * from './logger.js'
export * from './server.js'

export {
// useful for anyone creating a new envelop instance
envelop,
// Default plugins
useEnvelop,
useLogger,
useExtendContext,
usePayloadFormatter,
// useful helpers
isIntrospectionOperationString,
makeSubscribe,
mapAsyncIterator,
makeExecute,
handleStreamOrSingleExecutionResult,
finalAsyncIterator,
errorAsyncIterator,
isAsyncIterable,
// Handy type utils
Maybe,
Optional,
PromiseOrValue,
Spread,
} from '@envelop/core'
export * from '@envelop/core'
export type { CORSOptions } from './plugins/useCORS.js'
export type { GraphiQLOptions } from './plugins/useGraphiQL.js'
export type { Plugin } from './plugins/types.js'
Expand Down

0 comments on commit 13c117e

Please sign in to comment.