Skip to content

updateFeatureTogglePayload

Autogenerated return type of updateFeatureToggle.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateFeatureToggle.
"""
type updateFeatureTogglePayload {
feature_toggle: FeatureToggle
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}