OBJECT
Client
link GraphQL Schema definition
- type Client {
- # The contacts associated with this client
- : [Contact!]!
- # The user's unique Consonance identifier
- : Int!
- # The client account name
- : String!
- # A list of the exchange rates of currencies to the Euro held in Consonance,
- # sourced from the openexchangerates.org API
- : [CurrencyExchangeRate!]
- # The number of products in the account
- : Int!
- # A list of the price components the client maintains in Consonance
- : [StandardPriceComponents!]!
- # The number of works in the account
- : Int!
- }