debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql

11 lines
101 B
GraphQL
Raw Normal View History

2020-11-24 15:15:51 +05:30
fragment EpicNode on Epic {
id
iid
title
state
reference
webUrl
createdAt
closedAt
}