Configure Query Outputs
The Outputs tab allows users to define which data will be returned when the query is executed. In this tab, users can select the properties they want to retrieve from the entities involved in the query. Additionally, users can configure specific output options such as distinct results, pagination, and locking mechanisms to manage concurrent access to data. Sorting rules can also be applied to organize the returned data in a specific order based on one or more properties.
The Query Outputs tab is divided into three key sections:
Entity Diagram & Query Outputs: A visual diagram displaying entities and their properties, allowing you to select or deselect the properties to be returned as part of the query results.
Output Options: This section provides configuration options, such as enabling distinct outputs, pagination, or allowing locking to control data concurrency.
Query Sorting: This allows defining the sorting criteria for the output based on the properties selected from the entity diagram.
Each of these sections plays a critical role in tailoring the query output to meet specific data requirements, ensuring efficient retrieval and presentation of relevant data.
Last updated