zf

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

commit e64f4dbc86ba8460187b32e5163f8103e1ee2f97
parent cec687aa744a924fd14936e756792dc4a51cf185
Author: srfsh <dev@srf.sh>
Date:   Tue, 26 Jul 2022 16:25:25 +0300

Zenflows.SWPass.Type: change auth_admin? to only_admin?

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

diff --git a/src/zenflows/sw_pass/type.ex b/src/zenflows/sw_pass/type.ex @@ -35,7 +35,7 @@ end object :mutation_sw_pass do @desc "Import repositories from a softwarepassport instance." field :import_repos, :string do - meta auth_admin?: true + meta only_admin?: true @desc "The URL where all the repository information is listed." arg :url, non_null(:string)