OBJECT
Vendor
Vendor Type
link GraphQL Schema definition
- type Vendor {
- # contact of the Vendor
- : Contact
- # When the vendor was created
- : ISO8601DateTime!
- # ID of the Vendor
- : ID!
- # property of the Vendor
- : Property
- # When the vendor was last updated
- : ISO8601DateTime!
- }