How can I conditionally change the object type name in a graphql query in gatsby at build time?

后端 未结 0 545
走了就别回头了
走了就别回头了 2021-01-05 10:54

I have static queries in my components that gets data from a db. Here is an example:

{
  allDbName {
    nodes {
      name
    }
  }
}

I nee

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