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