gitlab-org--gitlab-foss/app/assets/javascripts/graphql_shared/fragments/epic.fragment.graphql

11 lines
101 B
GraphQL

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