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