Add @moduledoc to new module

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-03-05 10:30:50 +01:00
parent a0123459b3
commit f08b6334f0

View File

@@ -1,4 +1,7 @@
defmodule MobilizonWeb.Schema.SortType do
@moduledoc """
Allows sorting a collection of elements
"""
use Absinthe.Schema.Notation
@desc "Available sort directions"