import gql from 'graphql-tag'; export default gql` subscription ChatRemoved { chatRemoved } `;