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