costTypes
Find cost types
costTypes(
after: String
before: String
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
): CostTypeConnection
Arguments
costTypes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
costTypes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
costTypes.first ● Int scalar
Returns the first _n_ elements from the list.
costTypes.last ● Int scalar
Returns the last _n_ elements from the list.
costTypes.sort ● [Sort!] list input
Sort result
Type
CostTypeConnection object
The connection type for CostType.