models
Last edit: Nov 10, 2025
Returns collection of all Models in the system, including soft deleted items.
models(
filter: ModelsFilterInput
page: Int = 1
per_page: Int!
sort: [ModelsSortInput!]
): ModelCollection!
Returns collection of all Models in the system, including soft deleted items.
models(
filter: ModelsFilterInput
page: Int = 1
per_page: Int!
sort: [ModelsSortInput!]
): ModelCollection!
filter (ModelsFilterInput)page (Int)per_page (Int)sort (ModelsSortInput)ModelCollection