Supplier
A Supplier is a Partner who is connected to Travelgate on the supply side in order to sell their product to connected Buyers
type Supplier implements Node {
  code: ID!
  supplierData: SupplierData
  adviseMessage(
    level: [AdviseMessageLevel]
  ): [AdviseMessage!]
  error: [Error!]
  createdAt: DateTime!
  updatedAt: DateTime!
  deletedAt: DateTime
}
Fields
Supplier.code ● ID! non-null scalar
Supplier unique code
Supplier.supplierData ● SupplierData object
Extended Supplier information
Supplier.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
Supplier.adviseMessage.level ● [AdviseMessageLevel] list enum
Supplier.error ● [Error!] list object
Supplier.createdAt ● DateTime! non-null scalar
Supplier creation date
Supplier.updatedAt ● DateTime! non-null scalar
Supplier last update date
Supplier.deletedAt ● DateTime scalar
Supplier deleted date
Interfaces
Node interface
Member Of
AccessData  object ● AuditRuleData  object ● BookingAggregation  object ● BookingDetail  object ● PaymentCardData  object ● SupplierEdge  object ● SystemData  object
Implemented By
AlertObjectsUnion  union