This commit is contained in:
Riccardo
2021-01-07 11:01:36 +01:00
parent 12b19e889f
commit 28014b2850
8 changed files with 73 additions and 84 deletions

View File

@@ -11,19 +11,19 @@ const FEED_SEARCH_QUERY = gql`
id
links {
id
url
title
description
createdAt
type
createdBy {
id
name
}
follows {
id
user {
id
}
username
}
# follows {
# id
# user {
# id
# }
# }
}
}
}