Polarex.ListResourceWithCursorPaginationEvent (Polarex v0.3.0)

View Source

Provides struct and type for a ListResourceWithCursorPaginationEvent

Summary

Types

t()

@type t() :: %Polarex.ListResourceWithCursorPaginationEvent{
  items: [map() | Polarex.UserEvent.t()],
  pagination: Polarex.CursorPagination.t()
}