Decidim 0.28.4
A type used for filtering posts inside a participatory space.
A typical query would look like:
{
participatoryProcesses {
components {
...on Blogs {
posts(filter:{ createdBefore: "2020-01-01" }) {
id
}
}
}
}
}
String
)
List result created before (and excluding) this date. Expected format YYYY-MM-DD
String
)
List result created after (and including) this date. Expected format YYYY-MM-DD
String
)
List result updated before (and excluding) this date. Expected format YYYY-MM-DD
String
)
List result updated after (and including) this date. Expected format YYYY-MM-DD
Queries