Skip to content

Add GraphQL group timelogs time arguments

Eugenia Grieff requested to merge 196834-confidential-issue into master

What does this MR do?

https://gitlab.com/gitlab-org/gitlab/-/issues/196834

Add start_time and end_time arguments in TimelogResolver to better reflect these field type and describe them as a timestamp.

As argument deprecation is not yet supported we are keeping start_date and end_date to prevent breaking changes. if these arguments are used the time will be set to end_of_day to avoid defaulting to 00:00:00 if time is not present.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports