From 059e2149a0c156bd178d668c9bc0e2b9ee125375 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Fri, 25 Oct 2024 01:00:06 -0600 Subject: [PATCH] Remove field for now --- src/index.tsx | 2 -- src/operations/user.gql | 4 ---- 2 files changed, 6 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index d298fe6..9bfa46a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3147,7 +3147,6 @@ export type GetUsernamesAndFollowingQuery = { __typename?: "UsernamesAndFollowingResponse"; followers: Array; following: Array; - usernames: Array; }; }; @@ -5139,7 +5138,6 @@ export const GetUsernamesAndFollowingDocument = gql` ) { followers following - usernames } } `; diff --git a/src/operations/user.gql b/src/operations/user.gql index e96c997..12e217a 100644 --- a/src/operations/user.gql +++ b/src/operations/user.gql @@ -71,10 +71,6 @@ query getUsernamesAndFollowing( ) { followers following - usernamesAndIds { - username - id - } } } -- 2.46.1