By using Graphql Mesh I am able to convert soap, rest, rpc into graphql queries/schemas but it is storing everything in yml file and schema files.
If I have 500 sources, saving all sources into yml file and everything else in some physical files is little overwhelming.
Is there any chance to save all these things to DB instead of physical location. Instead of single YML file can I have one file for each json/wsdl/openAPI files?