Skip to main content

IntegrationList

A list of integrations. Note: nodes contain IntegrationListItem, not Integration.

type IntegrationList {
nodes: [IntegrationListItem!]!
total: Int!
}

Fields

IntegrationList.nodes ● [IntegrationListItem!]! non-null object common

The integrations returned in the list as lightweight IntegrationListItem objects.

IntegrationList.total ● Int! non-null scalar common

The total number of matching integrations.

Returned By

listIntegrations query

Member Of

AppEnvironment object