GetEntityProperty
Signature
query {
GetEntityProperty(entityPropertyId: ...)
}
Retourne : EntityProperty
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
Exemple
query {
GetEntityProperty(
entityPropertyId: $entityPropertyId
) {
# Sélectionner les champs souhaités
}
}