WriteBlogWithLlmInput
Autogenerated input type of WriteBlogWithLlm
input WriteBlogWithLlmInput {
clientMutationId: String
content: String!
}
Fields
WriteBlogWithLlmInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
WriteBlogWithLlmInput.content
● String!
non-null scalar
Member of
writeBlogWithLlm
mutation