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

DataAccessReturnItemOrderByInput

Specifies the sorting options for sorting the users that have access on a data object.

input DataAccessReturnItemOrderByInput {
  accessControl: AccessControlOrderByInput
  user: UserOrderByInput
}

Fields

accessControl ● AccessControlOrderByInput input

user ● UserOrderByInput input

Last updated

Was this helpful?