OBJECT

Material

A material (charge item).

link GraphQL Schema definition

  • type Material {
  • # The unique ID.
  • id: Int!
  • # The name of the material.
  • name: String!
  • # The rate of the material.
  • rate: Float!
  • # The corresponding charge code.
  • charge_code: ChargeCode
  • }