Skip to content

createSmartPhraseInput

Autogenerated input type of createSmartPhrase

Fields

deprecated DO NOT USE
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.
user_id · ID · Create the smart phrase on behalf of this user. Requires org-level access.

Used By

Definition

"""
Autogenerated input type of createSmartPhrase
"""
input createSmartPhraseInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
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
"""
Create the smart phrase on behalf of this user. Requires org-level access.
"""
user_id: ID
}