apollo-server-integration-h3 icon indicating copy to clipboard operation
apollo-server-integration-h3 copied to clipboard

fix: don't fail if graphql-ws is not installed

Open tobiasdiez opened this issue 1 year ago • 0 comments

Downstream projects currently fail due to the graphql-ws import. This is fixed by making the import dynamic.

Todo: Test Currently doesn't work since listhen/jiti not yet supports module-level awaits. Needs https://github.com/unjs/jiti/pull/239 to be released.

tobiasdiez avatar Jul 09 '24 20:07 tobiasdiez