Skip to content

CreateComponentPayload

No description

graphql
type CreateComponentPayload {
  component: Component!
}

Fields

CreateComponentPayload.component ● Component! non-null object

The created Component

Returned By

createComponent mutation

Released under the MIT License.