hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.08k stars 2.76k forks source link

To use remote schema do I need to set introspection: true for the remote schema server ? #7191

Open shoNagai opened 3 years ago

shoNagai commented 3 years ago

I have set the introspection of the remote schema server to false, but then when I run the apply metadata command, I get the error "This remote schema is in an inconsistent state.

Is there a good solution to make it available from hasura even if I set the introspection of the remote server to false?

chaitanyya commented 2 years ago

+1 to this, couldn't find any clear documentation on introspection for remote schema. Is it required?