data
data: {
viewer: {
list_management_timeline: {
timeline: {
instructions: {
entries?: {
content: {
__typename: string;
clientEventInfo: { component: ... };
displayType: string;
entryType: string;
footer?: (...) | (...);
header: { displayType: ...; sticky: ...; text: ... };
items: (...)[];
};
entryId: string;
sortIndex: string;
}[];
type: string;
}[];
responseObjects: {
feedbackActions: unknown[];
immediateReactions: unknown[];
};
};
};
};
}
GraphQL GET ListsManagementPageTimeline 成功レスポンスモデル