summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/releases/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/releases/base.rb')
-rw-r--r--app/graphql/mutations/releases/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/releases/base.rb b/app/graphql/mutations/releases/base.rb
index 610e9cd9cde..a161dd73bdd 100644
--- a/app/graphql/mutations/releases/base.rb
+++ b/app/graphql/mutations/releases/base.rb
@@ -5,7 +5,7 @@ module Mutations
class Base < BaseMutation
include FindsProject
- argument :project_path, GraphQL::ID_TYPE,
+ argument :project_path, GraphQL::Types::ID,
required: true,
description: 'Full path of the project the release is associated with.'
end