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...