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