InterfacePartEdge
An edge in a connection.
type InterfacePartEdge {
  cursor: String!
  node: InterfacePart!
}
Fields
InterfacePartEdge.cursor ● String! non-null scalar
A cursor used in pagination.
InterfacePartEdge.node ● InterfacePart! non-null object
The item at the end of the edge.
Member of
InterfacePartConnection  object