Run prettier on gql stuff

This commit is contained in:
2024-02-22 18:36:15 -07:00
parent 318a2a24fd
commit c9f2187cc2
4 changed files with 663 additions and 385 deletions

View File

@@ -1,7 +1,4 @@
query GetFeed(
$first: Int! = 5,
$after: String = null,
) {
query GetFeed($first: Int! = 5, $after: String = null) {
getVideoFeedForUser(first: $first, after: $after) {
videos {
id