Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Submit Input Response mutation.

Operation details

FieldValue
NamesubmitInputResponse
GroupConversations
TypeMutation
SignaturesubmitInputResponse(conversationId: ID!, inputRequestId: ID!, values: JSON!): SubmitInputResponseResult!

Playground

Query

Query
mutation SubmitInputResponse($conversationId: ID!, $inputRequestId: ID!, $values: JSON!) {
  submitInputResponse(conversationId: $conversationId, inputRequestId: $inputRequestId, values: $values) {
    accepted
    duplicate
    success
  }
}

Variables

Variables
{
  "conversationId": "",
  "inputRequestId": "",
  "values": ""
}