import { HttpLink } from 'apollo-link-http'; import fetch from 'node-fetch'; const link = new HttpLink({ fetch, uri: this.endPoint.toString(), });.
確定! 回上一頁