Skip to main content

GetMailingLists

Stable

Signature

query {
GetMailingLists
}

Retourne : [MailingList!]!

Exemple

query {
GetMailingLists {
id
code {}
label
localizedLabel {}
description
localizedDescription {}
}
}