preview_table_data
Retrieve a sample of rows from a specified table in Hasura GraphQL to inspect its structure and content, with configurable row limits for quick data assessment.
Instructions
Fetch esa limited sample of rows (default 5) from a specified table...
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Optional. Maximum number of rows... | |
tableName | Yes | The exact name of the table... |