mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 10:30:04 +00:00
8 lines
140 B
GraphQL
8 lines
140 B
GraphQL
query getExternalRole($urn: String!) {
|
|
role(urn: $urn) {
|
|
properties {
|
|
name
|
|
description
|
|
}
|
|
}
|
|
} |