OBJECT

EdgeAbstractDomainClasses

The Edge type contains an associated DomainType and meta information, e.g. the position within all pages

link GraphQL Schema definition

  • type EdgeAbstractDomainClasses {
  • # The DomainEntity associacted with this edge.
  • node: ABSTRACTDOMAINCLASS!
  • # The current position within all pages.
  • cursor: Int!
  • }