Interface GraphQLOptions

interface GraphQLOptions {
    excludeConstrainingRelations?: string[];
    getOnlyBaseAttributes?: boolean;
    includeInvalidRelations?: boolean;
    trackingKey?: string;
}

Properties

excludeConstrainingRelations?: string[]
getOnlyBaseAttributes?: boolean
includeInvalidRelations?: boolean
trackingKey?: string

Generated using TypeDoc