OBJECT

StatementGroup

A group of statements

link GraphQL Schema definition

  • type StatementGroup {
  • # Custom ID for Statement Group
  • id: ID!
  • # The statements in the statement group
  • statements: [Statement!]!
  • # Either the date or network for the statement group
  • title: String!
  • }