GraphQL OBJECT
.
type FinancialAccount {# The ID of the financial account.id: String # The name of the financial account.name: String }