Maps a set of [[NodeRepresentation]]'s vertexKeys to the serialized sub-graph file content

interface SubGraphResourceEntry {
    dataBase64: string;
    vertexKeys: string[];
}

Properties

dataBase64: string

Base64 encoded binary data of the sub-graph's WSi4 file content.

vertexKeys: string[]

List of all [[NodeRepresentation]]'s vertexKeys that form the sub-graph