Skip to content

UpdateComponentPayload

No description

graphql
type UpdateComponentPayload {
  component: Component!
}

Fields

UpdateComponentPayload.component ● Component! non-null object

The updated Component

Returned By

updateComponent mutation

Released under the MIT License.