View Source ThinNotionApi.Types.DatabaseQueryParams (thin_notion_api v1.0.1)

Defines the options for the database query API.

Link to this section Summary

Types

t()

Parameters for using the database query API.

Link to this section Types

@type t() :: %ThinNotionApi.Types.DatabaseQueryParams{
  filter: map(),
  page_size: integer(),
  sort: ThinNotionApi.Types.DatabaseQuerySortParams.t(),
  start_cursor: String.t()
}

Parameters for using the database query API.