lpil
03/22/2017, 6:29 PMquery FetchEvents {
allEvents(filter: { dateStart_gt: NOW }) {
id
}
}
nilan
03/22/2017, 7:16 PMquery FetchEvents {
allEvents(filter: { dateStart_gt: "2017-03-22" }) {
id
}
}
Just created this feature request: https://github.com/graphcool/feature-requests/issues/149lpil
03/22/2017, 7:17 PMnilan
03/22/2017, 7:21 PM