debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql
2021-04-17 20:07:23 +05:30

11 lines
111 B
GraphQL

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