Skip to content

CreateComponentVersionPayload

No description

graphql
type CreateComponentVersionPayload {
  componentVersion: ComponentVersion!
}

Fields

CreateComponentVersionPayload.componentVersion ● ComponentVersion! non-null object

The created ComponentVersion

Returned By

createComponentVersion mutation

Released under the MIT License.