summaryrefslogtreecommitdiff
path: root/app/graphql/types/branch_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/branch_type.rb')
-rw-r--r--app/graphql/types/branch_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/branch_type.rb b/app/graphql/types/branch_type.rb
index b788ba79769..a861bcc4bb4 100644
--- a/app/graphql/types/branch_type.rb
+++ b/app/graphql/types/branch_type.rb
@@ -6,7 +6,7 @@ module Types
graphql_name 'Branch'
field :name,
- GraphQL::STRING_TYPE,
+ GraphQL::Types::String,
null: false,
description: 'Name of the branch.'