Compare commits
1 Commits
f6f6404302
...
kat/update
| Author | SHA1 | Date | |
|---|---|---|---|
| 059e2149a0 |
@@ -2527,7 +2527,7 @@ export type UsernamesAndFollowingResponse = {
|
|||||||
__typename?: "UsernamesAndFollowingResponse";
|
__typename?: "UsernamesAndFollowingResponse";
|
||||||
followers: Array<Scalars["Int"]["output"]>;
|
followers: Array<Scalars["Int"]["output"]>;
|
||||||
following: Array<Scalars["Int"]["output"]>;
|
following: Array<Scalars["Int"]["output"]>;
|
||||||
usernamesAndIds: Array<UserGql>;
|
usernames: Array<Scalars["String"]["output"]>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type VideoFilterInput = {
|
export type VideoFilterInput = {
|
||||||
|
|||||||
@@ -555,7 +555,7 @@ input CreatedAfter @oneOf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UsernamesAndFollowingResponse {
|
type UsernamesAndFollowingResponse {
|
||||||
usernamesAndIds: [UserGQL!]!
|
usernames: [String!]!
|
||||||
following: [Int!]!
|
following: [Int!]!
|
||||||
followers: [Int!]!
|
followers: [Int!]!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user