Add missing @moduledoc for MobilizonWeb.Schema.Utils
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8cbcae1c86
commit
f3d37325fa
@ -1,4 +1,8 @@
|
|||||||
defmodule MobilizonWeb.Schema.Utils do
|
defmodule MobilizonWeb.Schema.Utils do
|
||||||
|
@moduledoc """
|
||||||
|
Helper functions for MobilizonWeb.Schema
|
||||||
|
"""
|
||||||
|
|
||||||
def handle_errors(fun) do
|
def handle_errors(fun) do
|
||||||
fn source, args, info ->
|
fn source, args, info ->
|
||||||
case Absinthe.Resolution.call(fun, source, args, info) do
|
case Absinthe.Resolution.call(fun, source, args, info) do
|
||||||
|
Loading…
Reference in New Issue
Block a user