CreateReportableTableRowInput
All input for the create ReportableTableRow mutation.
input CreateReportableTableRowInput {
clientMutationId: String
reportableTableRow: ReportableTableRowInput!
}
Fields
CreateReportableTableRowInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateReportableTableRowInput.reportableTableRow ● ReportableTableRowInput! non-null input
The ReportableTableRow to be created by this mutation.
Member Of
createReportableTableRow mutation