CustomAttribute
カスタムアトリビュート情報
type CustomAttribute {
key: String!
value: String!
}
Fields
CustomAttribute.key
● String!
non-null scalar
カスタムアトリビュートのキー
- 例:
"Key"
CustomAttribute.value
● String!
non-null scalar
カスタムアトリビュートの値
- 例:
"Value"
Example
{
"key": "Key",
"value": "Value"
}