const apollo = new ApolloClient({ uri: 'http://localhost:3001/graphql', request: operation => { operation.setContext(context => ({ headers: ...
確定! 回上一頁