Move public types from the global.PothosSchemaTypes to module exports #1659
unrevised6419
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This will allow not pollute the global namespace, and live only inside the module.
Here is a PR that would make this work unrevised6419#1
It can be done with a
global.PothosSchemaTypesback compat but there are some caveatstl;dr
Instead of
To do
All reactions