Compare commits
9 Commits
volodymyr/
...
kat/remove
Author | SHA1 | Date | |
---|---|---|---|
4609af726b | |||
c5919c90d0 | |||
605adc3293 | |||
b40554d38d | |||
194d7c66a0 | |||
3adc301935 | |||
9232c673e8 | |||
c2cb411469 | |||
44ddc732a1 |
@@ -2527,7 +2527,7 @@ export type UsernamesAndFollowingResponse = {
|
||||
__typename?: "UsernamesAndFollowingResponse";
|
||||
followers: Array<Scalars["Int"]["output"]>;
|
||||
following: Array<Scalars["Int"]["output"]>;
|
||||
usernames: Array<Scalars["String"]["output"]>;
|
||||
usernamesAndIds: Array<UserGql>;
|
||||
};
|
||||
|
||||
export type VideoFilterInput = {
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -555,7 +555,7 @@ input CreatedAfter @oneOf {
|
||||
}
|
||||
|
||||
type UsernamesAndFollowingResponse {
|
||||
usernames: [String!]!
|
||||
usernamesAndIds: [UserGQL!]!
|
||||
following: [Int!]!
|
||||
followers: [Int!]!
|
||||
}
|
||||
|
Reference in New Issue
Block a user