You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have small amount of graphql settings. Want to have access to full graphql settings. Currently we have to patch @ponder/core package to apply this settings.
Proposed solution
Adjust import { graphql } from "@ponder/core"; function to make access to all graphql settings. Want to add some more plugins, errors masking.
Thanks for opening. Likely open to adding this, but could you be more specific about which settings & plugins you'd like to use, and why? Will help us justify the expansion of our public API.
We have some features that we want implement on graphql side -
Plugins. We have several custom plugins, also need to add request limiter, Prometheus and session plugins.
Have ability to disable playground, for ex - in production mode
Cors settings
Adjust error handlings with maskedErrors handlers.
It would be nice to add some sort of persisted queries
Landing page settings
I understand that part of this feature requests can be done on server settings side, but graphql-yoga allow this without it, so it would be nice to have access to such settings.
Problem / use case
Now we have small amount of graphql settings. Want to have access to full graphql settings. Currently we have to patch @ponder/core package to apply this settings.
Proposed solution
Adjust
import { graphql } from "@ponder/core";
function to make access to all graphql settings. Want to add some more plugins, errors masking.The text was updated successfully, but these errors were encountered: