【问题标题】:Testing Upload scalar type in graphql-playground在 graphql-playground 中测试上传标量类型
【发布时间】:2021-05-10 09:58:11
【问题描述】:

例如:

mutation {
  uploadMediaObject(input: {file: "C:/Users/ASUS/Pictures/bmw.png"}) {
   mediaObject {id contentUrl}
  }
}

我想使用 graphql 游乐场测试该突变。那么如何在里面放一个文件呢?

【问题讨论】:

标签: php graphql api-platform.com mutation graphql-playground


【解决方案1】:

我发现 GraphiQL 和 GraphQL Playground 都不支持文件上传。 所以我的解决方案是使用Altair

【讨论】:

  • 或许能告诉我们怎么做
猜你喜欢
  • 2019-11-19
  • 2018-09-28
  • 2019-09-29
  • 2021-05-14
  • 2019-12-06
  • 2019-10-12
  • 2020-04-21
  • 1970-01-01
相关资源
最近更新 更多