Commit 6b0e5224 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'ph/commitTitleCallsGitaly' into 'master'

Adds calls_gitaly to the commit type in GraphQL

See merge request gitlab-org/gitlab!23322
parents 1aa1181d b4eb9713
......@@ -12,7 +12,7 @@ module Types
description: 'ID (global ID) of the commit'
field :sha, type: GraphQL::STRING_TYPE, null: false,
description: 'SHA1 ID of the commit'
field :title, type: GraphQL::STRING_TYPE, null: true,
field :title, type: GraphQL::STRING_TYPE, null: true, calls_gitaly: true,
description: 'Title of the commit message'
field :description, type: GraphQL::STRING_TYPE, null: true,
description: 'Description of the commit message'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment