diff --git a/app/lib/features.rb b/app/lib/features.rb new file mode 100644 index 000000000..adda507a5 --- /dev/null +++ b/app/lib/features.rb @@ -0,0 +1,5 @@ +class Features + def self.graphql_feature_enabled? + ENV["GRAPHQL_FEATURE_FLAG"] + end +end