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
11
@@ -3,7 +3,7 @@
module Types
module Ci
class VariableTypeEnum < BaseEnum
graphql_name 'VariableType'
graphql_name 'CiVariableType'
::Ci::Variable.variable_types.keys.each do |variable_type|
value variable_type.upcase, value: variable_type, description: "#{variable_type.humanize} type."
Loading