MetafieldInput
メタフィールドの入力
input MetafieldInput {
type: MetaFieldType!
key: String!
value: String!
}
Fields
MetafieldInput.type
● MetaFieldType!
non-null enum
メタフィールドの種別
MetafieldInput.key
● String!
non-null scalar
メタフィールドのキー
MetafieldInput.value
● String!
non-null scalar
メタフィールドの値
Example
{
"type": "single_line_text_field",
"key": "Key",
"value": "Value"
}
Member Of
customerUpsertCustomerMetafields
mutation