Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#import "~/graphql_shared/fragments/user.fragment.graphql"
query epicParticipants($fullPath: ID!, $iid: ID) {
workspace: group(fullPath: $fullPath) {
id
issuable: epic(iid: $iid) {
participants {
nodes {
...User
}