Skip to main content

GetDataProjections

Stable

Signature

query {
GetDataProjections
}

Retourne : [DataProjection!]!

Exemple

query {
GetDataProjections {
id
technicalCode
name
entityName {}
dataProjectionItems {}
dataProjectionItemsDisplayable {}
}
}