Add missing @moduledoc for MobilizonWeb.Schema.Utils

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-02-07 10:27:54 +01:00
parent 8cbcae1c86
commit f3d37325fa
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
defmodule MobilizonWeb.Schema.Utils do
@moduledoc """
Helper functions for MobilizonWeb.Schema
"""
def handle_errors(fun) do
fn source, args, info ->
case Absinthe.Resolution.call(fun, source, args, info) do