export type GraphNodeExtendedAttributeDTO = { attributeName?: string; value?: string; };