Leza Lutonda
Leza Lutonda
Currently it is posible, reading your graphql schema file, then convert it to string: ```javascript import { print } from 'graphql/language/printer'; import mySchema from './my-schema.graphql'; const typeDefs = print(mySchema); const...
@webberwang, you can import `.graphql` files with the [graphql-tag](https://github.com/apollographql/graphql-tag) loader.
@webberwang , I use [graphql-tag](https://github.com/apollographql/graphql-tag) to load the schema, and it works with no problem 😃
Try: ```bash git clone [email protected]:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.git e ```
`export HTTPS_PROXY` works for me.
Cc: @iwater @rmros @chj-damon @imcvampire
@rmros the idea is to continue with apollo client state management. By "rethink" I mean the way we are doing the local state with apollo client state. Personally I'm not...
@imcvampire, one of the goals I wanted for building `umi-plugin-apollo` is to make it completely customizable. As of the official docs, apollo-boost is not fully customizable: > Apollo Boost is...
@rmros, I'm quite fine with the schema we are considering for representing the page state, nevertheless the mutations resolvers looks more complicated than necessary. This is the example of `toggleTodo`...
@imcvampire, looks great! Yes we can learn from ApolloBoost defaults and options. I will come with a proposal (if you do not 😄 ).