SupplierQuickLink
Represents a link to your app from inside the Resonance Supply Portal
type SupplierQuickLink {
appId: ID!
createdAt: String!
dynamicUrl: String!
label: String!
quickLinkType: SupplierQuickLinkType!
supplierId: ID!
updatedAt: String!
updatedBy: String!
}
Fields
SupplierQuickLink.appId ● ID! non-null scalar
The Id of the App this quicklink pertains to.
SupplierQuickLink.createdAt ● String! non-null scalar
SupplierQuickLink.dynamicUrl ● String! non-null scalar
This can have dynamic parts, using [supplierProductId] format. It represents where the link goes.
SupplierQuickLink.label ● String! non-null scalar
What the text for the link should be to the user.
SupplierQuickLink.quickLinkType ● SupplierQuickLinkType! non-null enum
Indicates which page the SupplierQuickLink would live on
SupplierQuickLink.supplierId ● ID! non-null scalar
The Id of the Supplier this quicklink pertains to (the one that has installed your app).
SupplierQuickLink.updatedAt ● String! non-null scalar
SupplierQuickLink.updatedBy ● String! non-null scalar
Returned by
createSupplierQuickLink mutation ● updateSupplierQuickLink mutation
Member of
Supplier object ● SupplierQuickLinkConnection object ● SupplierQuickLinkEdge object