Query filters
Learn how to narrow down your GraphQL searches using Bunny's filters.
{
invoices(filter: "createdAt is after 2024-07-14") {
nodes {
number
}
}
}{
accounts(filter: "createdAt is after 2024-01-14 and billingState = 'CA'") {
nodes {
name
}
}
}Field type
Operators
Dates
Grouping
Last updated
Was this helpful?
