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