Compare commits
4 Commits
kat/update
...
kat/update
Author | SHA1 | Date | |
---|---|---|---|
059e2149a0 | |||
194d7c66a0 | |||
3adc301935 | |||
9232c673e8 |
@@ -3147,7 +3147,6 @@ export type GetUsernamesAndFollowingQuery = {
|
|||||||
__typename?: "UsernamesAndFollowingResponse";
|
__typename?: "UsernamesAndFollowingResponse";
|
||||||
followers: Array<number>;
|
followers: Array<number>;
|
||||||
following: Array<number>;
|
following: Array<number>;
|
||||||
usernames: Array<string>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -5139,7 +5138,6 @@ export const GetUsernamesAndFollowingDocument = gql`
|
|||||||
) {
|
) {
|
||||||
followers
|
followers
|
||||||
following
|
following
|
||||||
usernames
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
@@ -71,7 +71,6 @@ query getUsernamesAndFollowing(
|
|||||||
) {
|
) {
|
||||||
followers
|
followers
|
||||||
following
|
following
|
||||||
usernamesAndIds
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user