Skip to main content

Module args

Module args 

Source
Expand description

Structured argument objects for the query API. Structured argument types for query operations.

Structsยง

FindManyArgs
Arguments accepted by find_many and find_first delegate methods.
FindUniqueArgs
Arguments accepted by find_unique and find_unique_or_throw delegate methods.
IncludeRelation
Arguments for eagerly loading a single relation in a query.