Skip to content
Snippets Groups Projects

Add VariableType and variables fields

Merged Avielle Wolfe requested to merge 361934-aw-add-variable-type into master
1 unresolved thread
Files
3
@@ -194,6 +194,13 @@ class GroupType < NamespaceType
complexity: 5,
resolver: Resolvers::GroupsResolver
field :ci_variables,
Types::Ci::VariableType.connection_type,
null: true,
description: "List of the group's CI/CD variables.",
authorize: :admin_group,
method: :variables
field :runners, Types::Ci::RunnerType.connection_type,
null: true,
resolver: Resolvers::Ci::GroupRunnersResolver,
Loading