INTERFACE
TargetTabInterface
link GraphQL Schema definition
- interface TargetTabInterface {
- # Identifier of the field whose values are summed and compared against the target
- # goal.
- : ID!
- # Period the target is measured over.
- : PeriodOption!
- }