INTERFACE

RequestedChangesTemplate

Description

A generic TPR requested-changes template.

link GraphQL Schema definition

  • interface RequestedChangesTemplate {
  • # Name of the requested changes template for quorum authorization.
  • templateName: String!
  • }