OBJECT

Certificate

Represents a single type of a certificate

link GraphQL Schema definition

  • type Certificate {
  • # Unique identifier
  • id: Int!
  • # Certificate display name
  • title: String!
  • # Default validity in days, -1 for infinite
  • validity: Int!
  • # List of historical owners
  • owners: [MembersToCertificates]!
  • }