datahub/datahub-web-react/src/graphql/dashboard.graphql
John Joyce b4430a534f
feat(React): Adding basic chart + dashboard UI (#2119)
Co-authored-by: John Joyce <john@acryl.io>
2021-02-18 12:33:17 -08:00

81 lines
2.0 KiB
GraphQL

query getDashboard($urn: String!) {
dashboard(urn: $urn) {
urn
type
tool
dashboardId
info {
name
description
charts {
urn
tool
type
info {
name
description
}
ownership {
owners {
owner {
urn
type
username
info {
active
displayName
title
email
firstName
lastName
fullName
}
editableInfo {
pictureLink
}
}
type
}
lastModified {
time
}
}
}
url
access
lastRefreshed
created {
time
}
lastModified {
time
}
}
ownership {
owners {
owner {
urn
type
username
info {
active
displayName
title
email
firstName
lastName
fullName
}
editableInfo {
pictureLink
}
}
type
}
lastModified {
time
}
}
}
}