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