OBJECT

HostEdge

Edge between Users hosting a target.

link GraphQL Schema definition

1type HostEdge {
2
3# Unique identifier for each Users hosting.
4cursor: Cursor!
5
6# A User hosting.
7node: User
8
9}