Progressively load CI/CD variable for 100+

There was an issue with the new graphQL variables queries because we limit the number of fetched variables to 100. We need to use pagination and fetch the first 100, then load the next batch either as we scroll or on clicking a button (load more)

Edited by Frédéric Caplette