GuildGameChangelogCreateInput: {
    channelId?: string | null;
    dbId?: string;
    gameConfig?: GuildGameConfigCreateNestedOneWithoutChangelogGamesInput;
    pingRoleId?: string | null;
    steamAppId: number;
    title?: string | null;
}