Compare commits
6 Commits
volodymyr/
...
kat/update
Author | SHA1 | Date | |
---|---|---|---|
059e2149a0 | |||
194d7c66a0 | |||
3adc301935 | |||
9232c673e8 | |||
c2cb411469 | |||
44ddc732a1 |
@@ -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
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
@@ -71,7 +71,6 @@ query getUsernamesAndFollowing(
|
||||
) {
|
||||
followers
|
||||
following
|
||||
usernames
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user