apollo-server-integration-h3
apollo-server-integration-h3 copied to clipboard
fix: don't fail if graphql-ws is not installed
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.