CockpitQL unable to retrieve Multiplecollectionlink in repeater

{
  componentsCollection(populate: 1) {
    name
    description
    example {
      value {
        ex_title
        ex_html
        ex_CSS
        ex_JS
        ex_notes
        ex_semantics
        ex_assistive_tech
      }
    }
  }
}

Works fine. However, I have a Multiplecollectionlink within the example repeater, and I receive syntax errors on trying to include that data.

Examples:

ex_assistive_tech
ex_reference {
    _id
}

@jasonday, the multiple collection link is not a core field and and therefore not supported by CockpitQL, the issue is on the multiple collection field addon, please raise an issue on the github project page.