doc: add moduledocs for AshGraphql.Errors

This commit is contained in:
Zach Daniel 2023-02-10 20:02:38 -05:00
parent 913afc6d58
commit f40317f014

View file

@ -1,4 +1,7 @@
defmodule AshGraphql.Errors do
@moduledoc """
Utilities for working with errors in custom resolvers.
"""
require Logger
@doc """