models_update_all
Last edit: Oct 26, 2022
Update all models matching filter conditions; use only for small result set,
for larger amount of results use import feature
models_update_all(
filter: ModelsFilterInput
model: CustomizationInputType!
model_schema_name: String!
sync: Boolean
): ObjectCount!
Arguments
filter
(ModelsFilterInput
)
model
(CustomizationInputType
)
model_schema_name
(String
)
sync
(Boolean
)
Set to true if you want it to run synchronously