Query
Response
Queries
jiraApiCalls
Returns a Jira API call page.
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.
Returns
items
[JiraApiCall!]!
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