Apollo Client is a frontend GraphQL integration layer and client library used to fetch, manage, and cache data from a GraphQL server in web and mobile applications. It functions as a state management framework that synchronizes remote server data with local application state. The project provides a TypeScript wrapper for executing GraphQL queries and mutations, ensuring type-safe API integration with automatic validation and code completion. The library manages data fetching and synchronization between the backend and the user interface. It includes capabilities for caching GraphQL results l
A typed GraphQL client for Angular applications with full TypeScript support.
This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema definitions and operation documents into static TypeScript types to ensure compile-time validation and data consistency between an API and a frontend application. The system functions as a customizable GraphQL plugin framework. It uses a plugin-based architecture and a custom pipeline to generate tailored API clients and request functions, eliminating the need for manual type declarations. The project covers GraphQL client automation, type generation, and workflow optimization. I
Apollo Angular but Dynamic! It adds the ability to create dynamic selection sets on queries, mutations and subscriptions, based on decorated schema.
A GraphQL client for Angular built on top of Apollo.
The main features of buoy-graphql/buoy are: GraphQL Clients.
Open-source alternatives to buoy-graphql/buoy include: apollostack/apollo-client — Apollo Client is a frontend GraphQL integration layer and client library used to fetch, manage, and cache data from a… alevettih/ngx-graphql-client — A typed GraphQL client for Angular applications with full TypeScript support. dotansimha/graphql-code-generator — This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema… giuliano-marinelli/apollo-dynamic-angular — Apollo Angular but Dynamic! It adds the ability to create dynamic selection sets on queries, mutations and… kamilkisiela/apollo-angular — A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁. wassim-k/apollo-orbit — 🅰️ Angular ⚛️ React.