sudo apt install zsh
sudo apt-get install powerline fonts-powerline
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
import { SubscriptionClient } from 'subscriptions-transport-ws' | |
import { onError } from 'apollo-link-error' | |
import { setContext } from 'apollo-link-context' | |
import { split, from } from 'apollo-link' | |
import { WebSocketLink } from 'apollo-link-ws' | |
import { getMainDefinition } from 'apollo-utilities' | |
import { createUploadLink } from 'apollo-upload-client' | |
import * as ws from 'ws' | |
export default (context) => { |