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