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

12 lines
111 B
GraphQL
Raw Normal View History

2020-11-24 15:15:51 +05:30
fragment EpicNode on Epic {
id
iid
title
state
reference
2021-04-17 20:07:23 +05:30
webPath
2020-11-24 15:15:51 +05:30
webUrl
createdAt
closedAt
}