INPUT_OBJECT

GuardrailsImportTemplateInput

link GraphQL Schema definition

  • input GuardrailsImportTemplateInput {
  • # CSP project id associated with guardrails template
  • cspProjectEntityId: EntityId
  • # meta information for templates to be imported
  • importTemplates: [GuardrailsImportTemplateMeta!]!
  • }