OBJECT

AssociateGroup

Representation of an associate group for an accountant.

link GraphQL Schema definition

  • type AssociateGroup {
  • # The generated id for the group
  • id: ID
  • # The name of the associate group
  • name: String
  • # The email address for the group
  • email: String
  • }