Skip to main content

externalAiChatSession_mutation_response

response of any mutation on the table "externalAiChatSession"

type externalAiChatSession_mutation_response {
affected_rows: Int!
returning: [externalAiChatSession!]!
}

Fields

externalAiChatSession_mutation_response.affected_rows ● Int! non-null scalar

number of rows affected by the mutation

externalAiChatSession_mutation_response.returning ● [externalAiChatSession!]! non-null object

data from the rows affected by the mutation

Returned By

insert_externalAiChatSession mutation