When running openapi-generator to generate schema and client for an api using querymate it fails to create the client with the query param if using fastapi_dependency.
We can work around it by not using from_querystring and to_querystring and declaring the query param as string.
When running
openapi-generatorto generate schema and client for an api using querymate it fails to create the client with the query param if usingfastapi_dependency.We can work around it by not using
from_querystringandto_querystringand declaring the query param as string.