Uses of Interface
graphql.relay.Connection
-
Packages that use Connection Package Description graphql.relay -
-
Uses of Connection in graphql.relay
Classes in graphql.relay that implement Connection Modifier and Type Class Description class
DefaultConnection<T>
A default implementation ofConnection
Methods in graphql.relay that return Connection Modifier and Type Method Description private Connection<T>
SimpleListConnection. emptyConnection()
Connection<T>
SimpleListConnection. get(DataFetchingEnvironment environment)
-