NotificationSubscriptionsConnection
NotificationSubscriptionsConnection
A connection to a list of NotificationSubscription
values.
Field | Argument | Type | Description |
---|---|---|---|
nodes | [NotificationSubscription!]! | A list of `NotificationSubscription` objects. | |
edges | [NotificationSubscriptionsEdge!]! | A list of edges which contains the `NotificationSubscription` and cursor to aid in pagination. | |
pageInfo | PageInfo! | Information to aid in pagination. | |
totalCount | Int! | The count of *all* `NotificationSubscription` you could get from the connection. |