For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataObjectOrderByInput

Specifies the sorting options for a list of data objects.

input DataObjectOrderByInput {
  fullName: Sort
  fullPath: Sort
  name: Sort
  type: Sort
}

Fields

fullName ● Sort enum

fullPath ● Sort enum

Sort by the full path, comparing it segment by segment so parents sort immediately before their children (depth-first tree order). Case-insensitive.

name ● Sort enum

type ● Sort enum

Member Of

dataObjects query ● UserAccessReturnItemOrderByInput input

Last updated

Was this helpful?