View Source AshGraphql.Domain.Info (ash_graphql v1.3.3)

Introspection helpers for AshGraphql.Domain

Summary

Functions

Whether or not to run authorization on this domain

An error handler for errors produced by the domain

The mutations exposed by the domain

The queries exposed by the domain

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

Whether or not to render raised errors in the GraphQL response

The tracer to use for the given schema

Functions

Whether or not to run authorization on this domain

An error handler for errors produced by the domain

The mutations exposed by the domain

The queries exposed by the domain

Link to this function

root_level_errors?(domain)

View Source

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

Link to this function

show_raised_errors?(domain)

View Source

Whether or not to render raised errors in the GraphQL response

The tracer to use for the given schema