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