'can a minimalistic JSON+HTTP API be integrated into GraphQL mesh?

I have some API's that are minimalistic JSON+HTTP and do not implement any specs like OpenAPI or JSON-schema. If possible, I would like to integrate the API's into a GraphQL Mesh SDK. I am wondering whether it is possible because GraphQL Mesh's datasource handler docs seem to indicate compatibility with API's that provide type information in some form or fashion, be it generated type files (e.g. grpc), introspection (e.g. graphql), or other things of the like.

Would GraphQL Mesh support integrating my API, and if not, what could be a shortest path toward making my API integrateable?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source