Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Introspection query #61

Closed cvauclair closed 3 years ago

cvauclair commented 3 years ago

Description

The Mesh Engine should be able to make introspection queries to GraphQL endpoints with the goal of getting the endpoint's schema. In essence, the functionality of the get-graphql-schema npm package should be implemented in the Mesh Engine.