OBJECT

ItemTemplate

Item Template details

link GraphQL Schema definition

  • type ItemTemplate {
  • # Amount of the item template
  • amount: Money
  • # When the item template was created
  • createdAt: ISO8601DateTime!
  • # description of the item template
  • description: String
  • # Amount of gst for item template
  • gstAmount: Money
  • # ID of the item template
  • id: ID!
  • # name of the item template
  • name: String
  • # When the item template was last updated
  • updatedAt: ISO8601DateTime!
  • }