DataObjectOrderByInput
Last updated
Was this helpful?
Specifies the sorting options for a list of data objects.
input DataObjectOrderByInput {
fullName: Sort
fullPath: Sort
name: Sort
type: Sort
}Sort enumSort enumSort by the full path, comparing it segment by segment so parents sort immediately before their children (depth-first tree order). Case-insensitive.
Sort enumSort enumdataObjects query ● UserAccessReturnItemOrderByInput input
Last updated
Was this helpful?
Was this helpful?