Skip to content

Instantly share code, notes, and snippets.

import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import { createApolloFetch } from 'apollo-fetch';
const uri = 'https://graphql-explorer.githubapp.com/graphql';
const apolloFetch = createApolloFetch({ uri });