conversationLinkResourceInput
Autogenerated input type of conversationLinkResource
input conversationLinkResourceInput {
clientMutationId: String
conversationId: ID!
externalId: String!
provider: IntegrationProvider!
removed: Boolean
title: String!
url: String!
}
Fields
conversationLinkResourceInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationLinkResourceInput.conversationId ● ID! non-null scalar common
The ID of the converstion that has the send to undo.
conversationLinkResourceInput.externalId ● String! non-null scalar common
The ID of the external resource.
conversationLinkResourceInput.provider ● IntegrationProvider! non-null enum common
Filter by provider.
conversationLinkResourceInput.removed ● Boolean scalar common
Was the resource linked or unlinked.
conversationLinkResourceInput.title ● String! non-null scalar common
The title of the integration.
conversationLinkResourceInput.url ● String! non-null scalar common
The external integration URL.
Member of
conversationLinkResource mutation