Skip to content

RelationPartnerTemplateEdge

An edge in a connection.

graphql
type RelationPartnerTemplateEdge {
  cursor: String!
  node: RelationPartnerTemplate!
}

Fields

RelationPartnerTemplateEdge.cursor ● String! non-null scalar

A cursor used in pagination.

RelationPartnerTemplateEdge.node ● RelationPartnerTemplate! non-null interface

The item at the end of the edge.

Member Of

RelationPartnerTemplateConnection object

Released under the MIT License.