添加标签-tagsAdd mutation
将标签添加到可标记对象。
在本页面
互动范例
这是一个示例变异查询。
mutation tagsAdd($id: ID!, $tags: [String!]!) { tagsAdd(id: $id, tags: $tags) {} }
<font style="color:#1F61A0;">node</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">id</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>
变量:
{ “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “tags”: [] }
<font style="color:#D64292;">"placeholder"</font>
参数
返回字段
- node(
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
)
已更新的对象。 - userErrors(
[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
)
执行mutation时发生的错误列表。