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
Member Of
updateSourcemutation