GraphqlQuery.Schema.RemoteNotFetchedError exception (graphql_query v0.6.1)

View Source

Raised when a remote schema's local file has not been downloaded yet.

This error is raised by schema/0 in modules configured with use GraphqlQuery.Schema, remote: [...] when the local schema file doesn't exist. It signals that compile-time schema validation should be skipped gracefully rather than crashing compilation.

Run mix graphql_query.schema.fetch to download remote schemas.