mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 02:50:01 +00:00
8 lines
140 B
GraphQL
8 lines
140 B
GraphQL
![]() |
query getExternalRole($urn: String!) {
|
||
|
role(urn: $urn) {
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
}
|
||
|
}
|
||
|
}
|