You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Convex has Typescript support as a first-class citizen. Been wondering whether it'd be feasible to interact with Convex through GraphQL endpoints. The intuition being that we could then streamline bootstrapping SDKs for other languages.
we currently don't have built in support for this, but one idea would be to define your own graphql API within a convex function. for example, you could wire up graphql-http to an HTTP action:
Currently Convex has Typescript support as a first-class citizen. Been wondering whether it'd be feasible to interact with Convex through GraphQL endpoints. The intuition being that we could then streamline bootstrapping SDKs for other languages.
https://github.com/dagger/dagger does this really well!
The text was updated successfully, but these errors were encountered: