Skip to content
Snippets Groups Projects

Add frontend files for GitLab Pages Pipeline Wizard

Merged Janis Altherr requested to merge prepare-pages-for-pipeline-wizard into master
All threads resolved!
Files
5
+ 13
0
# frozen_string_literal: true
module Mutations
module Pages
class Base < BaseMutation
include FindsProject
argument :project_path, GraphQL::Types::ID,
required: true,
description: 'Full path of the project.'
end
end
end
Loading