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.