Schema information passed to Rust NIFs for query/fragment validation.
@type t() :: %GraphqlQuery.SchemaInformation{ federation: boolean(), ignore_errors: boolean(), path: String.t() | nil, schema: String.t() }