Posts

Showing posts from November, 2025

2.3.8.5 release notes

2.3.8.5 Implemented several enhancements and fixes for the GraphQL support features added in  2.3.8.4 : Issue 2865  - Addressed numerous gaps in the SOQL-to-GraphQL query conversion logic: Added conversion of all known supported SOQL functions and aggregates in  ORDER BY  and  GROUP BY  clauses including the  DISTANCE()  and  GEOLOCATION()  functions. Note that these two specific functions are  not  supported in GraphQL in the  SELECT  clause (at least as far as I can tell) and are emitted as a comment if found in that clause in the source SOQL query. Added conversion of the SOQL  GROUP BY CUBE  and  GROUP BY ROLLUP  clauses. Added conversion of the SOQL  LIMIT  clause into the corresponding GraphQL  first  clause. Added conversion of the SOQL  FOR REFERENCE/VIEW  clauses into the corresponding GraphQL  updateMRU: true  clause. Added conversion of polymorphic...

2.3.8.4 release notes

2.3.8.4 Added full support for Salesforce GraphQL queries in both commercial and free JetBrains IDEs. A  demonstration  is available for all features described below. Issue 2467  - General Salesforce GraphQL support features including: Help installing, enabling, and configuring the  JetBrains GraphQL plugin . Quick fix to retrieve and register the org-specific GraphQL schema so that code completion, validation, etc., work properly in Salesforce GraphQL queries. When the GraphQL schema is retrieved, IC can also include a default project configuration in the resulting  graphql.config.yml  file for the project's configured connection so that the GraphQL plugin can execute Salesforce GraphQL queries directly against the org. Note that this does require the connection's access token/session ID to be added to  graphql.config.yml , but if that's a concern, it can be disabled as  Illuminated Cloud | Configure Application | GraphQL | Configuration Manageme...