seraAiStudioUpdate Mutation

Updates an existing Sera AI Studio.

Input Argument

seraAiStudioUpdate accepts a single input argument, an input type, which contains the values it uses.

The fields inside input are:

agentInstructionsDraft (String)

New agent instructions (markdown). The text is validated asynchronously — check validationStatus for the result. Once approved, the finalized text appears in the read-only agentInstructions field.

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

The node ID of the record to update.

personId (ID)

Default "Run as" user pre-filled in the user column when adding new golden set rows.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

seraAiStudio (SeraAiStudio)

Record after mutation.