models
Last edit: Oct 26, 2022
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