Skip to main content

3 posts tagged with "GraphQL"

Our GraphQL tag archive contains a wealth of information on GraphQL, from basic tutorials to advanced articles. It's a one-stop resource for anyone looking to learn or enhance their knowledge on GraphQL.

View All Tags

Angular and GraphQL: Integrating Apollo Client

· 12 min read
Engineering Team

In this tutorial, we will explore how to integrate Apollo Client with Angular for seamless communication with a GraphQL server. Angular is a popular JavaScript framework for building web applications, while GraphQL is a query language for APIs. By combining the two, we can efficiently retrieve and manipulate data in our Angular applications. Apollo Client is a powerful GraphQL client that simplifies the process of integrating GraphQL with various frontend frameworks, including Angular.

AWS AppSync with React Native

· 14 min read
Full Stack Developer

app sync

AWS Amplify is a framework that lets us develop a web or mobile application quickly. In this tutorial, we are going to continue to learn how to perform CRUD operations with the database by using GraphQL mutations. AWS Amplify has a complete toolchain wiring and managing APIs with GraphQL. The API we will be creating in this tutorial is a GraphQL API using AWS AppSync (a managed GraphQL service) and the database will be Amazon DynamoDB (a NoSQL database).