zf

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

commit 9ea6eff658c340b878efa77e37ed425483a5cdfa
parent 72ed988f9e7a78731fecd4ef7494d3e34f0b0296
Author: srfsh <dev@srf.sh>
Date:   Tue, 13 Sep 2022 15:58:32 +0300

Zenflows.VF.Proposal.Type: drop auth requirement of proposals query

Requested by Puria via Ennio.

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

diff --git a/src/zenflows/vf/proposal/type.ex b/src/zenflows/vf/proposal/type.ex @@ -137,6 +137,7 @@ object :query_proposal do end field :proposals, non_null(:proposal_connection) do + meta only_guest?: true arg :first, :integer arg :after, :id arg :last, :integer