zf

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

commit 21642b2676860c88fe2442b4cfbdb16fbcb527b0
parent 72ca4adc995ca8621d04f42a51685ecd022a91ee
Author: srfsh <dev@srf.sh>
Date:   Tue, 25 Oct 2022 18:50:28 +0300

Zenflows.VF.Person.Type: style fix

Diffstat:
Msrc/zenflows/vf/person/type.ex | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/zenflows/vf/person/type.ex b/src/zenflows/vf/person/type.ex @@ -187,6 +187,7 @@ object :query_person do arg :eddsa_public_key, non_null(:string) resolve &Resolv.person_exists/2 end + @desc "Retrieve a person from the email (if a person with that email exists)" field :person_pubkey, :string do meta only_guest?: true