Remove field for now #91

Closed
kkathuang wants to merge 1 commits from kat/update-operation into master
2 changed files with 0 additions and 6 deletions

View File

@ -3147,7 +3147,6 @@ export type GetUsernamesAndFollowingQuery = {
__typename?: "UsernamesAndFollowingResponse";
followers: Array<number>;
following: Array<number>;
usernames: Array<string>;
};
};
@ -5139,7 +5138,6 @@ export const GetUsernamesAndFollowingDocument = gql`
) {
followers
following
usernames
}
}
`;

View File

@ -71,10 +71,6 @@ query getUsernamesAndFollowing(
) {
followers
following
usernamesAndIds {
username
id
}
}
}