SourcesConnection: {
    __typename?: "SourcesConnection";
    edges?: Maybe<SourcesEdge[]>;
    nodes?: Maybe<Source[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration

  • Optional__typename?: "SourcesConnection"
  • Optionaledges?: Maybe<SourcesEdge[]>

    A list of edges.

  • Optionalnodes?: Maybe<Source[]>

    A flattened list of the nodes.

  • pageInfo: PageInfo

    Information to aid in pagination.