{"library":"apollo-link-rest","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":[]}]}