Skip to content
Snippets Groups Projects

Add VariableType and variables fields

Merged Avielle Wolfe requested to merge 361934-aw-add-variable-type into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -197,7 +197,7 @@ class GroupType < NamespaceType
field :ci_variables,
Types::Ci::VariableType.connection_type,
null: true,
description: "List of the group's CI variables.",
description: "List of the group's CI/CD variables.",
authorize: :admin_group,
method: :variables
Loading