Skip to content

InterfacePartEdge ​

An edge in a connection.

graphql
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

Released under the MIT License.