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

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

authorize?(domain)

Whether or not to run authorization on this domain

error_handler(domain)

An error handler for errors produced by the domain

mutations(resource)

The mutations exposed by the domain

queries(resource)

The queries exposed by the domain

root_level_errors?(domain)

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

show_raised_errors?(domain)

Whether or not to render raised errors in the GraphQL response

subscriptions(resource)

tracer(domain)

The tracer to use for the given schema