TinEdge
A Relay edge containing a Tin and its cursor.
type TinEdge {
node: Tin
cursor: String!
}
Fields
TinEdge.node ● Tin object
The item at the end of the edge
TinEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
TinConnection object