Skip to content

InterfaceSpecificationTemplateEdge ​

An edge in a connection.

graphql
type InterfaceSpecificationTemplateEdge {
  cursor: String!
  node: InterfaceSpecificationTemplate!
}

Fields ​

InterfaceSpecificationTemplateEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

InterfaceSpecificationTemplateEdge.node ● InterfaceSpecificationTemplate! non-null object ​

The item at the end of the edge.

Member Of ​

InterfaceSpecificationTemplateConnection object

Released under the MIT License.