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