OBJECT
Certificate
Represents a single type of a certificate
link GraphQL Schema definition
- type Certificate {
- # Unique identifier
- : Int!
- # Certificate display name
- : String!
- # Default validity in days, -1 for infinite
- : Int!
- # List of historical owners
- : [MembersToCertificates]!
- }
link Require by
- AuthAsMutationMutation for operations as a specific member.
- AuthAsQueryQuery for operations as a specific member. This query contains most of the operations within the system.
- CertificateArrayPagedResultPaged version of [Certificate]!
- MembersToCertificatesRelation table between Member and Certificate (m-n relation)