ash_graphql v0.10.0 AshGraphql.Api 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
.