Skip to content

updateFeatureTogglePayload

Autogenerated return type of updateFeatureToggle.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateFeatureToggle.
"""
type updateFeatureTogglePayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
feature_toggle: FeatureToggle
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}