如何将strapi、graphql和postgres连接在一起?
Posted
技术标签:
【中文标题】如何将strapi、graphql和postgres连接在一起?【英文标题】:How to connect strapi, graphql and postgres all together? 【发布时间】:2021-08-28 00:43:36 【问题描述】:我是strapi的新手,我想使用graphql和postgreSQL,我查看了那里的文档,看起来你将postgreSQL和strapi连接在一起,但没有将postgres和graphql连接在一起。我只是想让graphql用strapi连接到postgres就是这样。
【问题讨论】:
【参考方案1】:首先,将 Strapi 连接到 PostgreSQL:https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/configurations.html#database
然后,根据官方文档添加 GraphQL: https://strapi.io/documentation/developer-docs/latest/development/plugins/graphql.html#usage
【讨论】:
以上是关于如何将strapi、graphql和postgres连接在一起?的主要内容,如果未能解决你的问题,请参考以下文章
Strapi - 如何使用自定义属性扩展 graphql 类型模式?
如何使用 Strapi 在 GraphQL 中添加自定义查询?
如何使用 Graphql 从 Strapi 查询 Gatsby 中的多个图像
如何:具有动态区域/组件的 Strapi GraphQL 突变
将 Strapi 连接到 NextJS/Apollo 客户端 GraphQL - 未提供所需类型“XXX”的变量“$input”