Skip to main content
QUERY
gitlabPipelines(projectId: ID!, page: Int, perPage: Int): GitLabPipelinePage!

Arguments

projectId
ID!
required

Project id used by gitlabPipelines.

page
Int
default:1

Page used by gitlabPipelines.

perPage
Int
default:25

Per page used by gitlabPipelines.

Items for GitLabPipelinePage.

total
Int!

Total for GitLabPipelinePage.

page
Int!

Page for GitLabPipelinePage.

perPage
Int!

Per page for GitLabPipelinePage.

nextPage
Int

Next page for GitLabPipelinePage.

Query
Variables
Response