OBJECT

MentionStatus

link GraphQL Schema definition

1type MentionStatus {
2
3id: ID!
4
5name: String!
6
7}