QueryListing
Last edit: Nov 10, 2025
No description
type QueryListing {
addresses: [QueryListingLocation]
created_at: DateRange
creator: QueryUser
creator_id: ID
creator_ids: [ID]
custom_attributes: [QueryCustomAttribute]
customizations: [QueryCustomization]
external_id: ID
external_ids: [ID]
has_creator: Boolean
id: ID
ids: [ID]
is_deleted: Boolean
name: String
properties: [QueryCustomAttribute]
slug: String
transactable_type: QueryTransactableType
without_ids: [ID]
}
Fields
addresses (QueryListingLocation)
created_at (DateRange)
creator (QueryUser)
creator_id (ID)
creator_ids (ID)
custom_attributes (QueryCustomAttribute)
customizations (QueryCustomization)
external_id (ID)
external_ids (ID)
has_creator (Boolean)
id (ID)
ids (ID)
is_deleted (Boolean)
name (String)
properties (QueryCustomAttribute)
slug (String)
transactable_type (QueryTransactableType)
without_ids (ID)
do not use this please