Interface DataBaseSchema

interface DataBaseSchema {
    gqlSchema: string;
}

Properties

Properties

gqlSchema: string