ticketLiveUserUpdates.graphql 190 B

12345678910
  1. subscription ticketLiveUserUpdates(
  2. $key: String!
  3. $app: EnumTaskbarApp!
  4. ) {
  5. ticketLiveUserUpdates(key: $key, app: $app) {
  6. liveUsers {
  7. ...ticketLiveUserAttributes
  8. }
  9. }
  10. }