OBJECT

TestReminder

link GraphQL Schema definition

1type TestReminder {
2
3templateName: String!
4
5timeBeforeExpiration: Int
6
7timeAfterInvitation: Int
8
9}