Interface Connection<E extends graphql.relay.Edge>

  • All Known Subinterfaces:
    Page<N>
    All Known Implementing Classes:
    GenericPage

    public interface Connection<E extends graphql.relay.Edge>
    Created by bojan.tomic on 4/6/16.
    • Method Detail

      • getEdges

        List<E> getEdges()
      • getPageInfo

        graphql.relay.PageInfo getPageInfo()