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
fix: handle multiple escape requirements
GraphQL queries vs chart based queries have different escape requirements for single quotes (single escape vs double escaped). This solution is pretty hacky, but create versions of both escape styles and allow the downstream queries to choose the one they need.