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

AccessWhoItemEdge

The edge type for AccessWhoItemConnection

type AccessWhoItemEdge {
  cursor: String
  node: AccessWhoItem
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● AccessWhoItem object

The actual WHO item in the WHO list.

Member Of

AccessWhoItemConnection object

Last updated

Was this helpful?