Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
e8b806264d
commit
ccf37c47e4
|
|
@ -10,6 +10,7 @@ query GetProjectPagesDeployments(
|
|||
) {
|
||||
project(fullPath: $fullPath) {
|
||||
id
|
||||
fullPath
|
||||
pagesDeployments(
|
||||
first: $first
|
||||
last: $last
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ describe('PagesDeployments', () => {
|
|||
data: {
|
||||
project: {
|
||||
id: 'gid://gitlab/Project/1',
|
||||
fullPath: 'user/project',
|
||||
pagesDeployments: {
|
||||
__typename: 'PagesDeploymentConnection',
|
||||
count: 14,
|
||||
|
|
|
|||
Loading…
Reference in New Issue