demandHqQuickLinks
List multiple DemandHqQuickLinks for an app.
At least one filter is required, demandHqId and quickLinkType are required to be used together.
Permissions vary by filter:
- appId: You must be an appClient for the app.
- demandHqId: You must have demandhq/read permission for the demandHq.
demandHqQuickLinks(
after: String
appId: ID
before: String
demandHqId: ID
first: Int
last: Int
quickLinkType: DemandHqQuickLinkType
): DemandHqQuickLinkConnection!
Arguments
demandHqQuickLinks.after ● String scalar
Returns the elements in the list that come after the specified cursor.
demandHqQuickLinks.appId ● ID scalar
Filter for AppId, cannot be used with other filters.
demandHqQuickLinks.before ● String scalar
Returns the elements in the list that come before the specified cursor.
demandHqQuickLinks.demandHqId ● ID scalar
Filter to be used with quickLinkType, cannot be used with other filters.
demandHqQuickLinks.first ● Int scalar
Returns the first n elements from the list.
demandHqQuickLinks.last ● Int scalar
Returns the last n elements from the list.
demandHqQuickLinks.quickLinkType ● DemandHqQuickLinkType enum
Filter to be used with demandHqId, cannot be used with other filters.
Type
DemandHqQuickLinkConnection object
Paginate through DemandHqQuickLinks