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) { project(fullPath: $fullPath) {
id id
fullPath
pagesDeployments( pagesDeployments(
first: $first first: $first
last: $last last: $last

View File

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