export const onInitialize = ({ state, effects }) => {
endpoint: 'http://some-endpoint.dev',
// This runs on every request
authorization: `Bearer ${state.auth.token}`
// The options are the options passed to GRAPHQL-REQUEST
endpoint: 'ws://some-endpoint.dev',
// This runs on every connect