0

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?

1
  • Question: are you using mesh v0? I think in v1 they moved to in-code solutions. In that case, you could store it in a database yourself and then pull it down and loop through them, right? Commented Oct 10 at 20:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.