const match = `
*,
children:contact_and_type!parent_id(
id,
type,
contact:child_id(id, full_name, profile_image)
),
parent:contact_and_type!child_id(
id,
type,
contact:parent_id(id, full_name, profile_image)
)`
const match = `
*,
children:contact_and_type!parent_id(
id,
type,
contact:child_id(id, full_name, profile_image)
),
parent:contact_and_type!child_id(
id,
type,
contact:parent_id(id, full_name, profile_image)
)`