GetAlgorithms
Signature
query {
GetAlgorithms
}
Retourne : [Algorithm]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
algorithmCategory | AlgorithmCategory | — | — |
Exemple
query {
GetAlgorithms {
id
technicalCode {}
label
algorithm
type {}
category {}
}
}