We should be able to test that we can have an endpoint that receives a combination of numbers and strings from query parameters.
This ticket should also include fixing down the set of representable types for query parameter values. Right now this type can be anything, but it should be limited to string | number ( and possibly be nullable given #22 )
We should be able to test that we can have an endpoint that receives a combination of numbers and strings from query parameters.
This ticket should also include fixing down the set of representable types for query parameter values. Right now this type can be anything, but it should be limited to
string | number
( and possibly be nullable given #22 )