mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-13 03:36:48 +00:00
9 lines
141 B
GraphQL
9 lines
141 B
GraphQL
query getExternalRole($urn: String!) {
|
|
role(urn: $urn) {
|
|
properties {
|
|
name
|
|
description
|
|
}
|
|
}
|
|
}
|