OBJECT

GuardrailsImportLibraryTemplatesResponse

link GraphQL Schema definition

  • type GuardrailsImportLibraryTemplatesResponse {
  • # returns library template that has been imported
  • importedLibraryTemplates: [GuardrailsTemplate!]
  • # returns library template that has not been imported
  • notImportedLibraryTemplates: [GuardrailsTemplate!]
  • }