DEV Community

Discussion on: Why Use GraphQL?

Collapse
 
evangelistaagil profile image
Marcelo Faundez • Edited

Thanks for your post. I'm triying to move to graphql with angular 2. do you hace tips for this challenge?.

Collapse
 
iwilsonq profile image
Ian Wilson

Heya, thanks for your response! While I am unfamiliar with Angular, the Apollo team has a GraphQL client you could use. Check out these docs apollographql.com/docs/angular/. They would cover all of the client-side binding info you'll need to interact with a server that 'speaks' GraphQL.