{"library":"fetchql","install":[{"cmd":"npm install fetchql","imports":["import FetchQL from 'fetchql'","import FetchQL from 'fetchql';\nconst client = new FetchQL({ url: 'http://localhost:4000/graphql' });\nclient.query({ operationName: 'GetUser', query: '...', variables: {} }).then(data => ...)","import FetchQL from 'fetchql';\nconst client = new FetchQL({\n  url: '...',\n  interceptors: [{\n    request: (url, config) => [url, config],\n    response: response => response\n  }]\n})"]},{"cmd":"yarn add fetchql","imports":[]},{"cmd":"pnpm add fetchql","imports":[]}]}