From f4327c6b7abbb9028fc166e28966fb7d6e78ca5e Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:01:06 -0400 Subject: [PATCH] fix: resolve null members in nested teams query --- github.graphql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/github.graphql b/github.graphql index a080781..2ee171b 100644 --- a/github.graphql +++ b/github.graphql @@ -27,11 +27,6 @@ type Query { id name description - members { - login - id - - } """ )