strawberry.relay.ListConnection

A connection to a list of items.

Attributes: page_info: Pagination data for this connection edges: Contains the nodes in this connection

Methods:

Attributes:

  1. page_info:

    Type
    PageInfo
  2. edges:

    Type
    List[Edge[NodeType]]