GraphExporter.write_data# abstractmethod GraphExporter.write_data(data, target, *, context=None)[source] Write exporter data to a target. Parameters: data (TData) – The intermediate representation to write. target (str | Path) – The target path where data is written. context (IOContext | None) – Optional import/export customisation. Return type: None