Hi there! I’m trying to convert the TypeSense API to GraphQL with
GraphQL Mesh and that seems to be going well. However the spec
https://github.com/typesense/typesense-api-spec/blob/master/openapi.yml isn’t ‘live’, as in: It doesn’t describe the fields, etc. of the documents. Might it be possible to get a ‘live’ endpoint that also describes all possible schema’s?
The way it works, is that the
GraphQL Mesh openapi handler will automatically convert any written openapi specification to a fully compatible GraphQL schema. If the Openapi schema is describing the current API sufficiently enough it will expose everything to GraphQL.
Is that something you guys might be interested in?