Skip to main content

conversationLinkResource

Link an integration resource to the conversation

mutation(
$conversationId: ID!,
$externalId: String!,
$provider: IntegrationProvider!,
$removed: Boolean,
$title: String!,
$url: String!
) {
conversationLinkResource(
input: {
conversationId: $conversationId,
externalId: $externalId,
provider: $provider,
removed: $removed,
title: $title,
url: $url
}
) {
changesetId
conversation {
id
}
errors {
path
message
}
}
}
conversationLinkResource(
input: conversationLinkResourceInput!
): conversationLinkResourcePayload

Arguments

conversationLinkResource.input ● conversationLinkResourceInput! non-null input common

Parameters for conversationLinkResource

Type

conversationLinkResourcePayload object common

Autogenerated return type of conversationLinkResource