ardatan/graphql-mesh

Support building graphql mesh from schema while endpoint is down

clayrisser opened this issue · 2 comments

It would be nice if I could build the graphql mesh while the endpoint is down by pointing to the schema files. This could be very useful during local development. For example...

sources:
  - name: Api
    handler:
      graphql:
        schema: api/schema.graphql
        endpoint: http://localhost:8080/graphql

This is already possible. Use "source" property instead of "schema".

Closing the issue due to the inactivity. Feel free to create a new issue with a reproduction if this doesn't work for you :)
Also let us know if there is a problem with our documentation about this. Thanks!