Skip to main content

AppEdge

An edge in a App connection.

type AppEdge {
cursor: String!
node: App!
}

Fields

AppEdge.cursor ● String! non-null scalar

Opaque cursor for this edge.

AppEdge.node ● App! non-null object

The node at the end of this edge.

Member Of

AppsConnection object