This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
graphql-lightning-talk/lib/faces.ex
2018-04-08 09:20:53 +12:00

9 lines
247 B
Elixir

defmodule Faces do
@moduledoc """
Faces keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end