Traqula
    Preparing search index...
    • Verify that the projected variables (select head) are allowed:

      • no group-by on select *
      • if group-by, selected variables need to be collected by the group-by
      • 'select ?var as ?other', ?other cannot be in scope

      Parameters

      • query: Pick<QuerySelect, "variables" | "solutionModifiers" | "where">

      Returns void