Skip to content

Instantly share code, notes, and snippets.

@Tuuleh
Tuuleh / gist:d3e04ae6c7bb1e2941268ac7527b905a
Created March 16, 2022 19:16
children by site Ids including inactive kids
query children ($siteIds: [SiteId!]!, $timeRange: NonEmptyLocalDateRangeInput) {
children {
listBySiteIds (siteIds: $siteIds, timeRange: $timeRange) {
result {
id
name {
firstName
lastName
}
gender