Commit 6d5329bd authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '276949-graphql-be-fix' into 'master'

GraphQL: Add gitlay field to CiStatusAction

See merge request gitlab-org/gitlab!48892
parents 91e9be01 d3745347
......@@ -25,7 +25,8 @@ module Types
description: 'Tooltip associated with the status',
method: :status_tooltip
field :action, Types::Ci::StatusActionType, null: true,
description: 'Action information for the status. This includes method, button title, icon, path, and title'
calls_gitaly: true,
description: 'Action information for the status. This includes method, button title, icon, path, and title'
def action
if object.has_action?
......
---
title: 'GraphQL: Add gitlay field to CiStatusAction'
merge_request: 48892
author:
type: fixed
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