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.

UpdateSourceInput

Input object expected by the query or mutation

input UpdateSourceInput {
deletedAt: DateTime
id: String!
name: String
}

Fields

UpdateSourceInput.deletedAt ● DateTime scalar general

The time at which the source was soft deleted

UpdateSourceInput.id ● String! non-null scalar general

The id of the source to update

UpdateSourceInput.name ● String scalar general

The name of the source to update

Example

{
"deletedAt": "2025-09-20T12:00:00.000Z",
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"name": "Custom Source"
}

Member Of