Skip to content

createCognitiveStatusPayload

Autogenerated return type of createCognitiveStatus.

Fields

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

Used By

Definition

"""
Autogenerated return type of createCognitiveStatus.
"""
type createCognitiveStatusPayload {
cognitive_status: CognitiveStatus
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}