Add support for nested queries

Big part of SOQL are the nested queries that enables to Query child-to-parent relationships.

Example of query:

select Id, Name, (Select Name,Email FROM Contacts) FROM Account

  • Aaron Pavez
  • Jan 5 2022
  • Needs review
Hosting platform Cloud
  • Attach files
  • Charles Johnson commented
    12 Jan, 2022 07:20pm

    Yes, Please!