-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Is your feature request related to a problem? Please describe.
The new fields() feature for SOQL is awesome (v51+), and SOQL Builder half supports it. I see that ALL FIELDS is available, but would like to keep the fields() syntax of the query for simplicity.
Describe the solution you'd like
Being able to work with the fields() function in the SOQL builder without an error.
Additional context
Currently getting an error about a function expression when I toggle to SOQL Builder:
https://user-images.githubusercontent.com/9795193/149552619-8fbb77bf-d75f-42e4-a556-c438043fe678.png
Reactions are currently unavailable