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
The client currently has some duplicated logic because CLI commands are treated slightly differently than GraphQL queries in the node service.
Deduplicate that code and use "connected mode" everywhere, i.e. for CLI commands, just start a listener anyway, just like in node service mode, then run the command, and then shut down the listener again.
The text was updated successfully, but these errors were encountered:
The client currently has some duplicated logic because CLI commands are treated slightly differently than GraphQL queries in the node service.
Deduplicate that code and use "connected mode" everywhere, i.e. for CLI commands, just start a listener anyway, just like in node service mode, then run the command, and then shut down the listener again.
The text was updated successfully, but these errors were encountered: