Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone and thank you for all the great feedback on the library!
This issue would act as an open discussion about a concept we want GraphQL Mesh to support:
Public GraphQL Mesh Modules.
Because GraphQL Mesh create a Graph modules, together with implementation and an SDK that can run anywhere, as a community, we can start creating and sharing many SDKs like that.
Let's take for example the Stripe API. The Stripe API is not a GraphQL API.
But together with GraphQL Mesh, we are able to generate a GraphQL SDK on top of it.
That is something each of you can do locally today.
But once one of you did it, you can publish the Mesh config on Github and on npm.
Now anyone can simply install the Stripe GraphQL API.
They could even offer it for their users, without having any operational burden on them.
Dependency between modules:
Now, maybe you connected the Stripe Mesh API to you bank Mesh API.
You can now also share and publish that module, and now we have a Stripe+Bank Mesh modules everyone can collaborate and use.
An ongoing list of currently available Mesh Modules:
What do we want from you:
Beta Was this translation helpful? Give feedback.
All reactions