OBJECT
The graphQL subscription
1type GraphQLSubscription {23# The client id of the subscription4client_id: String! 56# Globally unique identifier7id: ID! 89}