GraphQL Schema query by page ID in NextJS application

前端 未结 0 343
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 06:34

I am using a GraphQL Schema to get my Wordpress website page data to my NextJS application.

const { data } = await client.query({
        query: gql`
        {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题