maxcell / graphql-dex

1 stars 0 forks source link

Integrating ApolloServer #2

Closed maxcell closed 5 years ago

maxcell commented 5 years ago

In order for us to utilize GraphQL, we are going to need to use something called ApolloServer. You may have used a flavor of the ApolloClient for Android and so this should be the first signpost for when we're up and running with regards to the API!

In addition to adding ApolloServer, I recall us needing to craft each Query and Resolver and that sounds very burdensome so I think I need to figure out what people use for that because I doubt people do it all by hand because that would take foreverrrr

AdamMc331 commented 5 years ago

Related resource for writing resolvers so I don't lose it: https://www.apollographql.com/docs/apollo-server/essentials/data/