Skip to main content

MeasureReportCreate

Create a new MeasureReport resource.

Mutation

mutation MeasureReportCreate($input: MeasureReportCreateInput!) {
MeasureReportCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created MeasureReport resource.