OBJECT

TestReminder

link GraphQL Schema definition

1type TestReminder {
2
3templateName: String!
4
5timeBeforeExpiration: Int
6
7timeAfterInvitation: Int @deprecated( reason: "This field is no longer available." )
8
9}