Package graphql.relay

Interface Connection<T>

    • Method Detail

      • getEdges

        java.util.List<Edge<T>> getEdges()
        Returns:
        a list of Edges that are really a node of data and its cursor
      • getPageInfo

        PageInfo getPageInfo()
        Returns:
        PageInfo pagination data about that list of edges