OBJECT

ProjectAdminNotice

link GraphQL Schema definition

1type ProjectAdminNotice {
2
3body: String!
4
5isReviewable: Boolean!
6
7title: String!
8
9}

link Required by