INPUT_OBJECT

CreateAgentGovernanceLogMutationInput

The input object that defines the fields for the createAgentGovernanceLog mutation.

link GraphQL Schema definition

  • input CreateAgentGovernanceLogMutationInput {
  • # The type.
  • type: LogType!
  • # The message.
  • message: Text
  • }

link Require by