AshGraphql.Api (ash_graphql v0.15.10) View Source
The entrypoint for adding graphql behavior to an Ash API
Table of Contents
graphql
Global configuration for graphql
Examples:
graphql do
authorize? false # To skip authorization for this API
end
:authorize?
- Whether or not to perform authorization for this API The default value istrue
.:debug?
- Whether or not to log (extremely verbose) debug information The default value isfalse
.