Skip to main content

linkedResources

Lists the linked integration resources for a given conversation.

linkedResources(
after: String
before: String
filter: LinkedResourcesFilterInput!
first: Int
last: Int
): IntegrationAddedConnection!

Arguments

linkedResources.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

linkedResources.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

linkedResources.filter ● LinkedResourcesFilterInput! non-null input common

The fields by which to filter the results.

linkedResources.first ● Int scalar common

Returns the first n elements from the list.

linkedResources.last ● Int scalar common

Returns the last n elements from the list.

Type

IntegrationAddedConnection object common

The connection type for IntegrationAdded.