transactionCategories
The transaction categories in a given category set.
transactionCategories(
categorySet: TransactionCategorySet!
): [TransactionCategory!]!
Arguments
transactionCategories.categorySet ● TransactionCategorySet! non-null enum
Type
TransactionCategory object
A description that indicates the purpose of a transaction. Used to group related transactions. Unlike TransactionCategorization, this doesn't come with the probability that the description is relevant to any given transaction. Can be refetched, per the Relay server spec.