debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql
2020-11-24 15:15:51 +05:30

10 lines
101 B
GraphQL

fragment EpicNode on Epic {
id
iid
title
state
reference
webUrl
createdAt
closedAt
}