Multidirectional Connection Arguments
interface MultidirectionalConnectionArguments : ForwardConnectionArguments, BackwardConnectionArguments(source)
Arguments for connections that expose all four pagination args ([first], [after], [last], [before]).
Forward args take precedence over backward in toOffsetLimit; passing neither returns the first page at the default size. Forward and backward args cannot be mixed in the same request.
Prefer ForwardConnectionArguments or BackwardConnectionArguments when only one direction is needed.
Functions
Link copied to clipboard
Returns true if backward pagination is active (last/before) and requires total count.
Link copied to clipboard
Converts multidirectional pagination arguments to offset/limit.
Converts multidirectional pagination arguments to offset/limit when total count is known.