OBJECT

updateFeatureTogglePayload

Autogenerated return type of updateFeatureToggle.

link GraphQL Schema definition

  • 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]
  • }