Object

NovaSheetMergeableTemplate

Usage Example
query {
# Use this type in your queries
someQuery {
duplicateCount
duplicates
id
name
rows
}
}

Fields

duplicateCountInt!required

Length of `duplicates`. Convenience field for UIs that only need the count.

duplicates[NovaSheetRowMergeableTemplate!]!required

Template rows excluded from `rows` because a treatment with the same (name, type) already exists on the sheet. Surfaced so the UI can show which treatments were skipped or offer conflict resolution.

idID!required
nameString!required

Template rows the user can merge: those whose (name, type) does not match an existing row on the sheet.