-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use debug #1
Comments
Yes, good idea. I also thought about exposing |
But I'm also concerned about minimum number of steps to start logging. With using |
Configuring output would be nice for sure, but I'm not sure whether it is really useful to
Why anyone would want to output only |
Well, the usual reason is |
Yes, the reason to support
Why anyone would want to output only queries and not mutations or subscriptions? |
I can't think of a use case for namespacing subscription, mutations, and queries. But certainly we need the ability to namespace arbitrary graphql endpoints. Not sure about exposing reporter & formatter. Currently there's Would it be easier to be able to pass an array whitelisting operationNames to |
@leviwheatcroft Yes, I suggest exposing |
I think using
debug
would be ideal for output. it allows the user to filter based on namespaces with an environment variable (or REPL, via telnet for example). we could add namespaces for subscription, mutation, query, etc.The text was updated successfully, but these errors were encountered: