INPUT_OBJECT

GuardrailsImportTemplateMeta

link GraphQL Schema definition

  • input GuardrailsImportTemplateMeta {
  • # template category of the template to be imported
  • category: GuardrailsTemplateCategory
  • # description of template to be imported
  • description: String
  • # Guardrails library template name
  • libraryTemplateName: String
  • # name of template to be imported
  • name: String
  • }