then(r => r.json()) function App () { const { data } = useSWR('/api/data', fetcher) // ... } import { request } from 'graphql-request' const API ...
確定! 回上一頁