From 591792f055b4c5541a9f90703837fb158cd65059 Mon Sep 17 00:00:00 2001 From: michaelhorty Date: Thu, 29 May 2025 12:01:53 -0400 Subject: [PATCH] Delete getOrgInfo.query.json Deleting per NIR/ PASHA --- getOrgInfo.query.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 getOrgInfo.query.json diff --git a/getOrgInfo.query.json b/getOrgInfo.query.json deleted file mode 100644 index 9e931e4..0000000 --- a/getOrgInfo.query.json +++ /dev/null @@ -1,22 +0,0 @@ -query GetOrganizationInfo { - getOrganization { - id - name - display_name - customerTier - developersCount - trialStartTimestamp - trialEndTimestamp - daysLeftForTrial - users { - committerEmail - committerAuthor - latestSha - link - latestCommitDate - gitType - filtered - } - resourceType - } -} \ No newline at end of file