customizations
Last edit: Nov 10, 2025
No description
customizations(
aggregations: [ListingAggregation]
created_at: DateRange
custom_model_type: QueryCustomModelType
customizable_id: ID
customizable_ids: [ID]
customizable_type: String
external_id: ID
external_ids: [ID]
id: ID
ids: [ID]
is_deleted: Boolean
model_schema: QueryModelSchema
name: String
names: [String]
page: Int = 1
per_page: Int = 20
properties: [QueryCustomAttribute]
query: Query
sort: [SortOrder]
updated_at: DateRange
user_id: ID
user_ids: [ID]
without_ids: [ID]
without_names: [String]
): ListingsCustomizationCollection!
Arguments
aggregations (ListingAggregation)
created_at (DateRange)
custom_model_type (QueryCustomModelType)
deprecated: use model_schema
customizable_id (ID)
customizable_ids (ID)
customizable_type (String)
external_id (ID)
external_ids (ID)
id (ID)
ids (ID)
is_deleted (Boolean)
model_schema (QueryModelSchema)
name (String)
Name of the Model Schema
names (String)
Array of names of the Model Schema
page (Int)
per_page (Int)
properties (QueryCustomAttribute)
query (Query)
Fulltext search
sort (SortOrder)
updated_at (DateRange)
user_id (ID)
user_ids (ID)
without_ids (ID)
Array of ids to exclude from results
without_names (String)
Array of names of the Model Schema which will be excluded from results