the other option is to use the mapper overload of ...
# squarelibraries
a
the other option is to use the mapper overload of the query function:
Copy code
val getA = myQueries.getA("some parameter")

val getB = myQueries.getB("some other parameter", ::GetA)