INPUT_OBJECT

GuardrailsTemplateInput

link GraphQL Schema definition

  • input GuardrailsTemplateInput {
  • # Guardrails template category
  • category: GuardrailsTemplateCategory
  • # CSP project id associated with guardrails template
  • cspProjectEntityId: EntityId
  • # Guardrails template description
  • description: String
  • # Unique identifier for guardrails template
  • id: ID
  • # Meta to represent details like entryPoint.
  • meta: GuardrailsTemplateMetadata
  • # Guardrails template name
  • name: String
  • }