aboutsummaryrefslogtreecommitdiff
path: root/graphql/projects_query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/projects_query.graphql')
-rw-r--r--graphql/projects_query.graphql9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphql/projects_query.graphql b/graphql/projects_query.graphql
index dee251a..ae12957 100644
--- a/graphql/projects_query.graphql
+++ b/graphql/projects_query.graphql
@@ -1,5 +1,5 @@
-query Projects($scope: String!) {
- projects(membership: true, searchNamespaces: true, search: $scope) {
+query Projects($scope: String!, $after: String!) {
+ projects(membership: true, searchNamespaces: true, search: $scope, after: $after) {
nodes {
id
name
@@ -7,5 +7,10 @@ query Projects($scope: String!) {
sshUrlToRepo
httpUrlToRepo
}
+
+ pageInfo {
+ endCursor
+ hasNextPage
+ }
}
}
1'>more monitoring & scrape config shortcutsMax Audron-68/+63 2025-08-01update garage to 2.0Max Audron-6/+10 2025-07-31fix authentik-ldap port bindingsMax Audron-0/+5 2025-07-31update to nixos 25.05Max Audron-113/+65 2025-07-31add more monitoring exporters and scrapersMax Audron-17/+57 2025-07-30try to run authentik nativelyMax Audron-26/+303 2025-07-30more metricsMax Audron-1/+41 2025-07-30enable firewallsMax Audron-1/+39