# `AshGraphql.Domain.Info`
[🔗](https://github.com/ash-project/ash_graphql/blob/v1.9.3/lib/domain/info.ex#L5)

Introspection helpers for AshGraphql.Domain

# `authorize?`

Whether or not to run authorization on this domain

# `error_handler`

An error handler for errors produced by the domain

# `mutations`

The mutations exposed by the domain

# `queries`

The queries exposed by the domain

# `root_level_errors?`

Whether or not to surface errors to the root of the response

# `show_raised_errors?`

Whether or not to render raised errors in the GraphQL response

# `subscription_pubsub`

The pubsub module configured for subscriptions in this domain

# `subscriptions`

# `tracer`

The tracer to use for the given schema

---

*Consult [api-reference.md](api-reference.md) for complete listing*
