When a GraphQL query requests back-end calculated fields, the query fails with an error due to the query optimization mechanism. While calculated fields should generally be avoided in queries, the system must not throw an error when they are requested. The optimization layer should be automatically disabled when the field selection includes any calculated fields
When a GraphQL query requests back-end calculated fields, the query fails with an error due to the query optimization mechanism. While calculated fields should generally be avoided in queries, the system must not throw an error when they are requested. The optimization layer should be automatically disabled when the field selection includes any calculated fields