Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

UpdateExternalLinkInput

Input object expected by the query or mutation

input UpdateExternalLinkInput {
id: String!
url: String
}

Fields

UpdateExternalLinkInput.id ● String! non-null scalar general

the id of the link to update

UpdateExternalLinkInput.url ● String scalar general

the url of the link

Example

Member Of