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
I have faced this issue, but the issue in my case is with Mercurius. It first runs buildContext which evaluates the variables, then it fires execute which again fires buildContext which in-turn again executes the variables. (ref: https://github.com/mercurius-js/mercurius/blob/master/index.js#L507)
The parseLiteral method is called twice
The text was updated successfully, but these errors were encountered: