OBJECT

SubscribersEdge

link GraphQL Schema definition

1type SubscribersEdge {
2
3cursor: String!
4
5node: User!
6
7}