Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
CreateSourceInput
Input object expected by the query or mutation
input CreateSourceInput {
name: String!
}
Fields
CreateSourceInput.name ● String! non-null scalar general
The name of the source to add
Example
Member Of
createSourcemutation