INPUT_OBJECT

GuardrailsWorkerGroupInput

link GraphQL Schema definition

  • input GuardrailsWorkerGroupInput {
  • # Guardrails worker group description
  • description: String
  • # Enable/Disable worker group
  • enabled: Boolean
  • # Unique identifier for guardrails worker group
  • id: ID
  • # Guardrails worker group name
  • name: String
  • # Guardrails worker group type. This is applicable for worker group create.
  • type: GuardrailsWorkerGroupType
  • }