Package graphql.annotations.connection
-
Interface Summary Interface Description ConnectionFetcher<T> ConnectionValidator PaginatedData<T> This class is the result of a connection. -
Class Summary Class Description AbstractPaginatedData<T> FakeRelay This class is just for the library to know whether to use the relay in the container or notNaivePaginatedData<T> PaginatedDataConnectionFetcher<T> Use this class inGraphQLConnectionto do a real pagination, i.e you fetch each time the relevant data, you make the cursors and you decide if there are previous or next pagesPaginatedDataConnectionTypeValidator -
Annotation Types Summary Annotation Type Description GraphQLConnection Specifies that the annotated field or method (given it is also annotated withGraphQLField) is a collection that will be adhering Relay Connection specification At the moment, the only allowed type for such field isList<?>