Skip to content

createSmartPhrasePayload

Autogenerated return type of createSmartPhrase.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createSmartPhrase.
"""
type createSmartPhrasePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
smartPhrase: SmartPhrase
}