private bookList; async componentWillLoad() { const apolloClient = getApolloClient(); this.bookList = await apolloClient.query({ query: ...
確定! 回上一頁