{"library":"apollo-link-rest","type":"library","category":null,"description":"Apollo Link REST is a community-maintained Apollo Link that enables GraphQL clients to query existing REST APIs using GraphQL syntax. Current stable version is 0.10.0-rc.2 (release candidate). It allows prototyping, integrating with third-party REST services, and gradual migration from REST to GraphQL without a full GraphQL server. Key differentiators: works with Apollo Client, supports multiple endpoints, custom fetch, header/credential configuration, and field name normalization. Released irregularly; under active development by community.","language":"javascript","status":"active","version":"0.10.0-rc.2","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install apollo-link-rest","imports":["import { RestLink } from 'apollo-link-rest'","import { RestLinkOptions } from 'apollo-link-rest'","const restLink = new RestLink({ uri: 'https://api.example.com/' });","import { ApolloLink } from '@apollo/client'; const link = ApolloLink.from([restLink, httpLink]);","@rest(type: \"Person\", path: \"people/1/\")"]},{"cmd":"yarn add apollo-link-rest","imports":[]},{"cmd":"pnpm add apollo-link-rest","imports":[]}],"homepage":"https://github.com/apollographql/apollo-link-rest#readme","github":"https://github.com/apollographql/apollo-link-rest","docs":null,"changelog":null,"pypi":null,"npm":"apollo-link-rest","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}