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

AccessWhatAccessControlItemEdge

The edge type for AccessWhatAccessControlItemConnection

type AccessWhatAccessControlItemEdge {
  cursor: String
  node: AccessWhatAccessControlItem
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● AccessWhatAccessControlItem object

The actual access control item in the WHAT list.

Member Of

AccessWhatAccessControlItemConnection object

Last updated

Was this helpful?