forked from potsda.mn/mobilizon
Add @moduledoc to new module
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a0123459b3
commit
f08b6334f0
|
@ -1,4 +1,7 @@
|
|||
defmodule MobilizonWeb.Schema.SortType do
|
||||
@moduledoc """
|
||||
Allows sorting a collection of elements
|
||||
"""
|
||||
use Absinthe.Schema.Notation
|
||||
|
||||
@desc "Available sort directions"
|
||||
|
|
Loading…
Reference in a new issue