zonofthor
10/25/2018, 9:57 PMexpiresAt
filter is not working - it gives me empty [] for entries?lucas
10/25/2018, 9:58 PMlucas
10/25/2018, 9:59 PMlucas
10/25/2018, 10:01 PMlucas
10/25/2018, 10:01 PMzonofthor
10/25/2018, 10:16 PMwhere
Jared
10/25/2018, 10:19 PMOR
should be an array of multiple objects?Jared
10/25/2018, 10:19 PMAND
with where
zonofthor
10/25/2018, 10:23 PMzonofthor
10/25/2018, 10:23 PMJubal Mabaquiao
10/26/2018, 12:05 AMwhere: {
OR: [
{ expiresAt: null },
{ expiresAt_lt: $dtNow },
]
}
zonofthor
10/26/2018, 12:12 AMzonofthor
10/26/2018, 12:12 AMlucas
10/26/2018, 12:12 AMnilan
10/26/2018, 8:18 AMzonofthor
10/26/2018, 8:37 AMcategories(orderBy: index_ASC) {
id
index
bcolor
fcolor
title
entries(
orderBy: title_ASC
where: {AND: [{ OR: [{ expiresAt: null, expiresAt_lt: $dtNow }] }]}
)
nilan
10/26/2018, 8:38 AMzonofthor
10/26/2018, 8:52 AMnilan
10/26/2018, 8:53 AMnilan
10/26/2018, 8:53 AMzonofthor
10/26/2018, 9:28 AM