categories
Find categories
categories(
after: String
archived: Boolean
before: String
createdAt: DateTimeRange
filters: [InputFilter!]
first: Int
last: Int
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): CategoryConnection
Arguments
categories.after ● String scalar
Returns the elements in the list that come after the specified cursor.
categories.archived ● Boolean scalar
Filter archived categories
categories.before ● String scalar
Returns the elements in the list that come before the specified cursor.
categories.createdAt ● DateTimeRange input
Filter by created at
categories.filters ● [InputFilter!] list input
Filter entities by provided filters
categories.first ● Int scalar
Returns the first _n_ elements from the list.
categories.last ● Int scalar
Returns the last _n_ elements from the list.
categories.showCanceledCosts ● Boolean scalar
Include entities with a canceled costs
categories.showEmptyBudgetData ● Boolean scalar
Include when budget data is empty
categories.sort ● [Sort!] list input
Sort result
categories.updatedAt ● DateTimeRange input
Filter by updated at
Type
CategoryConnection object
The connection type for Category.