Skip to content

InterfaceSpecificationEdge

An edge in a connection.

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

Member Of

InterfaceSpecificationConnection object

Released under the MIT License.