zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 322bda28429cbf50246cc7fbc4fbcf268c01b184
parent 60af5f991651f7c96592ad8e39285f7701c12244
Author: srfsh <dev@srf.sh>
Date:   Tue, 19 Jul 2022 00:56:13 +0300

gql/schema: style fix

Diffstat:
Msrc/zenflows/gql/schema.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/gql/schema.ex b/src/zenflows/gql/schema.ex @@ -3,8 +3,8 @@ defmodule Zenflows.GQL.Schema do use Absinthe.Schema -alias Zenflows.VF alias Zenflows.GQL.MW +alias Zenflows.VF import_types Absinthe.Type.Custom import_types Zenflows.GQL.Type