如何将现有的 graphql 模式(下面的示例)导入到石墨烯程序中,而不是在 python 中定义类来创建模式?
type Hello {
name: String
}
type Query {
hello: Hello!
}
schema {
query: Query
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
783 次 |
| 最近记录: |