xolvio / chimp-datasources-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question - Would it possible to also generate a GraphQL schema from the datasources

gablabelle opened this issue · comments

Hello guys,

We use your lib and it saves us a ton of time, thanks. This is more of a question. I was wondering if you'd know of any tool that could also generate the schema? Writing all the types in the schema is also really time consuming.

Any suggestions would be welcome. Thanks again.

Thanks! Happy to see it's useful for others as well :-)

For that you might want to take a look at https://graphql-mesh.com/ . Our project is targeted more at servers where you can't just simply generate the schema, because you want to do significant amount of aggregations and transformations. If you just wanted to expose your microservices as GraphQL - mesh is one way to do it, another is to just use GraphQL on backends :)

Thanks a lot for your quick reply! Really appreciated @lgandecki !