mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-05 07:47:56 +00:00
87 lines
2.1 KiB
GraphQL
87 lines
2.1 KiB
GraphQL
![]() |
query getChart($urn: String!) {
|
||
|
chart(urn: $urn) {
|
||
|
urn
|
||
|
type
|
||
|
tool
|
||
|
chartId
|
||
|
info {
|
||
|
name
|
||
|
description
|
||
|
inputs {
|
||
|
urn
|
||
|
name
|
||
|
origin
|
||
|
description
|
||
|
platformNativeType
|
||
|
tags
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
ownership {
|
||
|
owners {
|
||
|
owner {
|
||
|
urn
|
||
|
type
|
||
|
username
|
||
|
info {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
}
|
||
|
editableInfo {
|
||
|
pictureLink
|
||
|
}
|
||
|
}
|
||
|
type
|
||
|
}
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
url
|
||
|
type
|
||
|
access
|
||
|
lastRefreshed
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
created {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
query {
|
||
|
rawQuery
|
||
|
type
|
||
|
}
|
||
|
ownership {
|
||
|
owners {
|
||
|
owner {
|
||
|
urn
|
||
|
type
|
||
|
username
|
||
|
info {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
email
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
}
|
||
|
editableInfo {
|
||
|
pictureLink
|
||
|
}
|
||
|
}
|
||
|
type
|
||
|
}
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|