OBJECT

GraphQLSubscription

The graphQL subscription

link GraphQL Schema definition

1type GraphQLSubscription {
2
3# The client id of the subscription
4client_id: String!
5
6# Globally unique identifier
7id: ID!
8
9}