Type alias IssuePartsFragment
IssuePartsFragment: { __typename: "Issue"; createdAt: { __typename: "DateTime"; iso8601: string; unixTimestamp: string; }; createdBy: { __typename: "CustomerActor"; customerId: string; } | { __typename: "DeletedCustomerActor"; customerId: string; } | { __typename: "MachineUserActor"; machineUserId: string; } | { __typename: "SystemActor"; systemId: string; } | { __typename: "UserActor"; userId: string; }; customer: { __typename?: "Customer"; id: string; }; deletedAt: { __typename: "DateTime"; iso8601: string; unixTimestamp: string; } | null; id: string; issueKey: string; issueType: { __typename: "IssueType"; defaultIssuePriority: { __typename: "IssuePriority"; label: string; value: number; }; id: string; isArchived: boolean; publicName: string; }; priority: { __typename: "IssuePriority"; label: string; value: number; }; status: IssueStatus; updatedAt: { __typename: "DateTime"; iso8601: string; unixTimestamp: string; }; updatedBy: { __typename: "CustomerActor"; customerId: string; } | { __typename: "DeletedCustomerActor"; customerId: string; } | { __typename: "MachineUserActor"; machineUserId: string; } | { __typename: "SystemActor"; systemId: string; } | { __typename: "UserActor"; userId: string; }; }
Type declaration
-
__typename: "Issue"
-
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
-
__typename: "DateTime"
-
iso8601: string
-
unixTimestamp: string
-
createdBy: {
__typename: "CustomerActor";
customerId: string;
} | {
__typename: "DeletedCustomerActor";
customerId: string;
} | {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
}
-
customer: {
__typename?: "Customer";
id: string;
}
-
Optional
__typename?: "Customer"
-
id: string
-
deletedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
} | null
-
id: string
-
issueKey: string
-
issueType: {
__typename: "IssueType";
defaultIssuePriority: {
__typename: "IssuePriority";
label: string;
value: number;
};
id: string;
isArchived: boolean;
publicName: string;
}
-
__typename: "IssueType"
-
defaultIssuePriority: {
__typename: "IssuePriority";
label: string;
value: number;
}
-
__typename: "IssuePriority"
-
label: string
-
value: number
-
id: string
-
isArchived: boolean
-
publicName: string
-
priority: {
__typename: "IssuePriority";
label: string;
value: number;
}
-
__typename: "IssuePriority"
-
label: string
-
value: number
-
-
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
-
__typename: "DateTime"
-
iso8601: string
-
unixTimestamp: string
-
updatedBy: {
__typename: "CustomerActor";
customerId: string;
} | {
__typename: "DeletedCustomerActor";
customerId: string;
} | {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
}