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

AccessControlEdge

The edge type for AccessControlConnection

type AccessControlEdge {
  cursor: String
  node: AccessControl
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● AccessControl object

The actual access control object.

Member Of

AccessControlConnection object

Last updated

Was this helpful?