variable values to graphql query
Hello, I am trying to provide a boolean variable value to graphql request, like http://instance?query;default=true
what I am seeing is, it treats the true as a string and not boolean, what can I do so that it is interpreted as a boolean in AEM graphql ? (FYI, i am calling AEM from scala code and the query is formed and called in scala)