fileSchemaResults
Returns a paginated list of analyzed columns for a file's schema, filtered and sorted by data type relevance.
Arguments
| Argument | Type | Description |
|---|---|---|
| first | Int | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that occur after the specified cursor. |
| last | Int | Returns the last n elements from the list. |
| before | String | Returns the elements in the list that occur before the specified cursor. |
| dataTypeIdsFilter | [String!] | Data type IDs to filter. |
| snapshotFid (required) | String! | FID of the snapshot to analyze. |
| snappableFid (required) | String! | FID of the object whose file schema results are requested. |
| stdPath (required) | String! | The standard path of the file/directory to browse. |
| filter | FileStructureFiltersInput | Optional filter for data type IDs. |
| sort | FileStructureSortInput | Optional sort configuration. |