class UpdateInterfaceSpecificationInput(val templatedFields: OptionalInput<List<JSONFieldInput>>, val template: OptionalInput<ID>, val interfaceSpecificationVersionTemplatedFields: OptionalInput<List<JSONFieldInput>>, val interfacePartTemplatedFields: OptionalInput<List<JSONFieldInput>>) : UpdateNamedNodeInput, UpdateTemplatedNodeInput
Input for the updateInterfaceSpecification mutation
Constructors
Link copied to clipboard
constructor(templatedFields: OptionalInput<List<JSONFieldInput>>, template: OptionalInput<ID>, interfaceSpecificationVersionTemplatedFields: OptionalInput<List<JSONFieldInput>>, interfacePartTemplatedFields: OptionalInput<List<JSONFieldInput>>)