OBJECT

GuardrailsTemplateComposition

Represent content of guardrails template along with other content information like content type etc.

link GraphQL Schema definition

  • type GuardrailsTemplateComposition {
  • # template content byte array
  • byteContent: [Byte!]
  • # content type
  • contentType: String
  • }