GraphQL OBJECT

ClientInformation

Information about the client.

link Definition

  • type ClientInformation {
  • # Clients account name.
  • name: String
  • # Clients account id.
  • id: Int
  • }