GraphQLReferenceMutationsupdateTemplateElementOn this pageupdateTemplateElement Update an existing element (field) in a template. Input templateElementUpdateInput Return Type ID Example mutation UpdateField { updateTemplateElement(input: { templateElementId: "ZWxlMTIzNDU2" label: "Full Name" ax: 100 ay: 200 bx: 350 by: 230 optional: false })} Related createTemplateElement deleteTemplateElement TemplateElement type