Skip to content

InterfaceSpecificationVersionEdge ​

An edge in a connection.

graphql
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.

Member Of ​

InterfaceSpecificationVersionConnection object

Released under the MIT License.