Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2025-04-13 00:11:55 +00:00
parent e8b806264d
commit ccf37c47e4
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ query GetProjectPagesDeployments(
) {
project(fullPath: $fullPath) {
id
fullPath
pagesDeployments(
first: $first
last: $last

View File

@ -18,6 +18,7 @@ describe('PagesDeployments', () => {
data: {
project: {
id: 'gid://gitlab/Project/1',
fullPath: 'user/project',
pagesDeployments: {
__typename: 'PagesDeploymentConnection',
count: 14,