Skip to main content
QUERY
jiraApiCalls(limit: Int, offset: Int): JiraApiCallPage!

Arguments

limit
Int
default:50

Maximum number of records to return. Defaults to 50.

offset
Int
default:0

Number of matching records to skip. Defaults to 0.

items

Items associated with this Jira API call page.

total
Int!

The total associated with this Jira API call page.

limit
Int!

The limit associated with this Jira API call page.

offset
Int!

The offset associated with this Jira API call page.

Query
Response