ShortcutEdge
An edge in a connection.
type ShortcutEdge {
cursor: String!
node: Shortcut
}
Fields
ShortcutEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
ShortcutEdge.node ● Shortcut object
The item at the end of the edge.
Member Of
ShortcutConnection object