CreateComponentVersionInput
Input for the createComponentVersion mutation
input CreateComponentVersionInput {
component: ID!
description: String!
name: String!
templatedFields: [JSONFieldInput!]!
version: String!
}
Fields
CreateComponentVersionInput.component
● ID!
non-null scalar
The id of the Component the created ComponentVersion is part of
CreateComponentVersionInput.description
● String!
non-null scalar
The description of the NamedNode
CreateComponentVersionInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
CreateComponentVersionInput.templatedFields
● [JSONFieldInput!]!
non-null input
Initial values for all templatedFields
CreateComponentVersionInput.version
● String!
non-null scalar
The version of the created ComponentVersion
Member of
createComponentVersion
mutation