INTERFACE
interface ReportValueFieldInterface {# Unique identifier of this report value field.id: UUID! # Display name of the value field as shown in the report.name: String! }