@ConsumerType
public interface Connection<T>
Connection interface provides support for implementing the Connection Types, according to the specification from
https://relay.dev/graphql/connections.htm#sec-Connection-Types.| Modifier and Type | Method and Description |
|---|---|
@NotNull Iterable<Edge<T>> |
getEdges() |
@NotNull PageInfo |
getPageInfo() |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.