SmartLinksConnection: {
    __typename?: "SmartLinksConnection";
    edges?: Maybe<SmartLinksEdge[]>;
    nodes?: Maybe<SmartLink[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration

  • Optional__typename?: "SmartLinksConnection"
  • Optionaledges?: Maybe<SmartLinksEdge[]>

    A list of edges.

  • Optionalnodes?: Maybe<SmartLink[]>

    A flattened list of the nodes.

  • pageInfo: PageInfo

    Information to aid in pagination.