Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
623 stars 85 forks source link

[Upgrade] Replace Express-GraphQL with Apollo Server 2? #83

Closed rej156 closed 6 years ago

rej156 commented 6 years ago

Lower the load on Infura too for https://ethql-alpha.infura.io/graphql https://blog.apollographql.com/announcing-apollo-server-2-2b69fb4702ce?gi=c9f8d90c7e53

raulk commented 6 years ago

@jonathanBuhler – could you do a short spike here, and outline the changes necessary to migrate from express-graphql to Apollo Server 2?

rej156 commented 6 years ago

https://www.apollographql.com/docs/apollo-server/v2/migration-two-dot.html

raulk commented 6 years ago

Done in #91.