Jhony Reyes
09/27/2017, 10:34 PMmarceloogeda
09/27/2017, 10:44 PMquery {
allPosts(filter: {
createdAt_gt: "2017-09-26T22:34:38.000Z"
}) {
id
title
published
}
}
Jhony Reyes
09/27/2017, 10:50 PMagartha
09/27/2017, 11:18 PMquery {
allPosts(filter: {
createdAt_gt: "2017-09"
}) {
id
title
published
}
}
query {
allPosts(filter: {
createdAt_gt: "2017"
}) {
id
title
published
}
}
Etc.marceloogeda
09/27/2017, 11:30 PMJhony Reyes
09/28/2017, 2:00 PMquery {
allAdverts(filter: {
createdAt_gte: "2017-09-22"
}) {
id
content
createdAt
}
}
however it returns four data in the array:
{
"data": {
"allAdverts": [
{
"id": "cj7v9czligs6l0132j6784v3i",
"content": "Reparacion de Lavadoras Secadoras y refrigeradores a domicilio, amplia experiencia Presupuesto Gratis, usamos refacciones nuevas y Originales",
"createdAt": "2017-09-22T02:19:28.000Z"
},
{
"id": "cj7w3vvr228a4019686n4bdpf",
"content": "Solicito personal de limpieza, sexo indistinto, pago quincenal y seguro social",
"createdAt": "2017-09-22T16:33:58.000Z"
},
{
"id": "cj7w7xzsu4cte0138h4tlbfv2",
"content": "solicito trabajador ",
"createdAt": "2017-09-22T18:27:35.000Z"
},
{
"id": "cj7wg7tzr8h990196acye9o0d",
"content": "Desde casa empaca disfraces halloween $3000 sem. Srita. Luz Oceguera.",
"createdAt": "2017-09-22T22:19:11.000Z"
}
]
}
}
I think it should only return me three, do you know why this happens?agartha
09/28/2017, 2:13 PMJhony Reyes
09/28/2017, 3:28 PMagartha
09/28/2017, 3:28 PMJhony Reyes
09/28/2017, 3:35 PM