INTERFACE
interface ComponentDataTypeInterface {id: String! title: String! version: String! description: String! active: Boolean! }