Interface GraphQLPointOfViewInput

interface GraphQLPointOfViewInput {
    factSheetIds: string[];
    pointInTime: {
        date: null | string;
        milestoneId: null | string;
    };
}

Properties

factSheetIds: string[]
pointInTime: {
    date: null | string;
    milestoneId: null | string;
}

Type declaration

  • date: null | string
  • milestoneId: null | string

Generated using TypeDoc