Skip to content

updateSmartPhraseInput

Autogenerated input type of updateSmartPhrase

Fields

metadata · JSON · A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.

Used By

Definition

"""
Autogenerated input type of updateSmartPhrase
"""
input updateSmartPhraseInput {
id: ID
"""
A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.
"""
metadata: JSON
name: String
phrase: String
}