An image which may be mapped onto a 3D geometry.
type Texture implements Asset {model: Model id: ID status: AssetStatus filename: String format: String! url: String downloadUrl: String # If populated, the url is only valid until the time givenvalidUntil: DateTime resolution: String type: String quality: TextureQuality textures: Int urlTemplate: String }