DemandHqQuickLinkUpdateInput
The required input fields to partially update an existing DemandHqQuickLink
You must be calling from the pertaining app's AppClient
input DemandHqQuickLinkUpdateInput {
appId: ID!
demandHqId: ID!
dynamicUrl: String
label: String
quickLinkType: DemandHqQuickLinkType!
}
Fields
DemandHqQuickLinkUpdateInput.appId ● ID! non-null scalar
The Id of the App this quicklink pertains to.
DemandHqQuickLinkUpdateInput.demandHqId ● ID! non-null scalar
The Id of the DemandHq this quicklink pertains to (the one that has installed your app).
DemandHqQuickLinkUpdateInput.dynamicUrl ● String scalar
This can have dynamic parts, using [demandHqId], [productId], and [variantId] format. It represents where the link goes.
DemandHqQuickLinkUpdateInput.label ● String scalar
What the text for the link should be to the user.
DemandHqQuickLinkUpdateInput.quickLinkType ● DemandHqQuickLinkType! non-null enum
Indicates which page the DemandHqQuickLink would live on
Member of
updateDemandHqQuickLink mutation