Skip to main content

DemandHqSupplier

A relationship between a Supplier and a DemandHQ.

type DemandHqSupplier {
createdAt: Date!
demandHqId: ID!
publicSupplier: PublicSupplier
status: DemandHqSupplierStatus!
supplierId: ID!
syncedAt: Date
updatedAt: Date!
updatedBy: ID!
}

Fields​

DemandHqSupplier.createdAt ● Date! non-null scalar​

DemandHqSupplier.demandHqId ● ID! non-null scalar​

DemandHqSupplier.publicSupplier ● PublicSupplier object​

Get the expanded PublicSupplier for this DemandHqSupplier

DemandHqSupplier.status ● DemandHqSupplierStatus! non-null enum​

Indicates what status the current relationship between a Supplier and a DemandHQ is in.

DemandHqSupplier.supplierId ● ID! non-null scalar​

DemandHqSupplier.syncedAt ● Date scalar​

If populated, this means that the last update was from the associated DemandHQ (typically a REQUEST).

DemandHqSupplier.updatedAt ● Date! non-null scalar​

DemandHqSupplier.updatedBy ● ID! non-null scalar​

Returned by​

demandHqSupplier query ● requestSupplierAccess mutation

Member of​

DemandHq object ● DemandHqSupplierConnection object ● DemandHqSupplierEdge object