docs: add AshGraphql.Resource.Helpers to docs

This commit is contained in:
Zach Daniel 2023-02-20 20:19:00 -05:00
parent e8822232e7
commit 0ecf70b54b

View file

@ -110,6 +110,9 @@ defmodule AshGraphql.MixProject do
AshGraphql.Resource.Info,
AshGraphql.Api.Info
],
Miscellaneous: [
AshGraphql.Resource.Helpers
],
Internals: ~r/.*/
]
]