I am trying to define queries that use default value for "minRows" as shown below.
query MyQuery1( $lastName: String, $minRows: Int = 2, ) quer