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