You only need to provide the schema, graphql-up will create a GraphQL API for you. The actual magic happens on the servers sponsored by Graphcool.
# Install with npm
npm install -g graphql-up
# Create GraphQL API using a local schema file
graphql-up instagram.schema
# Create GraphQL API using a remote schema file
graphql-up https://example.com/instagram.schema