OBJECT
EdgeCustomLists
The Edge type contains an associated DomainType and meta information, e.g. the position within all pages
link GraphQL Schema definition
- type EdgeCustomLists {
- # The DomainEntity associacted with this edge.
- : CUSTOMLIST!
- # The current position within all pages.
- : Int!
- }