OBJECT
type ComponentDataTypeImpl implements ComponentDataTypeInterface {id: String! title: String! version: String! description: String! active: Boolean! }