OBJECT
ItemTemplate
Item Template details
link GraphQL Schema definition
- type ItemTemplate {
- # Amount of the item template
- : Money
- # When the item template was created
- : ISO8601DateTime!
- # description of the item template
- : String
- # Amount of gst for item template
- : Money
- # ID of the item template
- : ID!
- # name of the item template
- : String
- # When the item template was last updated
- : ISO8601DateTime!
- }