stagedUploadTargetsGenerate mutation
弃用警告
使用stagedUploadsCreate
替代
上传多张图片。
在本页面
互动范例
这是一个示例变异查询。
mutation stagedUploadTargetsGenerate($input: [StageImageInput!]!) { stagedUploadTargetsGenerate(input: $input) {} } { “input”: [
<font style="color:#1F61A0;">urls</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">url</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
] }
<font style="color:#555555;">{</font>
<font style="color:#8B2BB9;">"resource"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"placeholder"</font><font style="color:#555555;">,</font>
<font style="color:#8B2BB9;">"filename"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"placeholder"</font><font style="color:#555555;">,</font>
<font style="color:#8B2BB9;">"mimeType"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"placeholder"</font>
<font style="color:#555555;">}</font>
参数
参数 | 描述 |
---|---|
input () [[StageImageInput!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stageimageinput) 必需的 |
用于生成分段上传的输入字段。 |
StageImageInput字段
- filename(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) 必需的
图像文件名。 - httpMethod(
[StagedUploadHttpMethodType](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stageduploadhttpmethodtype)
)
分段上传将使用的HTTP方法。 - mimeType(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) 必需的
图片MIME类型。 - resource (
[StagedUploadTargetGenerateUploadResource!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stageduploadtargetgenerateuploadresource)
) 必需的
图像资源。
返回字段
- urls(
[[StagedUploadTarget!]](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/stageduploadtarget)
)
生成的暂存上传目标。 - userErrors(
[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
)
执行mutation时发生的错误列表。