diff options
Diffstat (limited to 'app/graphql/mutations/branches/create.rb')
-rw-r--r-- | app/graphql/mutations/branches/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/branches/create.rb b/app/graphql/mutations/branches/create.rb index 127d5447d0a..214fead2e80 100644 --- a/app/graphql/mutations/branches/create.rb +++ b/app/graphql/mutations/branches/create.rb @@ -3,7 +3,7 @@ module Mutations module Branches class Create < BaseMutation - include Mutations::ResolvesProject + include ResolvesProject graphql_name 'CreateBranch' |