class CreateComponentInput(val templatedFields: List<JSONFieldInput>, val template: ID, val interfaceSpecifications: OptionalInput<List<InterfaceSpecificationInput>>, val versions: OptionalInput<List<ComponentVersionInput>>) : CreateTrackableInput, CreateTemplatedNodeInput
Input for the createComponent mutation
Constructors
Link copied to clipboard
constructor(templatedFields: List<JSONFieldInput>, template: ID, interfaceSpecifications: OptionalInput<List<InterfaceSpecificationInput>>, versions: OptionalInput<List<ComponentVersionInput>>)