瀏覽代碼

Fixing query orderby clause

singulart 3 年之前
父節點
當前提交
93141649b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      community-contributions/joystreamvideobot/videos_query.graphql

+ 1 - 1
community-contributions/joystreamvideobot/videos_query.graphql

@@ -2,7 +2,7 @@ query GetVideosConnection(
   $first: Int
   $after: String
   $_v0_where: VideoWhereInput
-  $_v0_orderBy: VideoOrderByInput
+  $_v0_orderBy: [VideoOrderByInput!]
 ) {
   videosConnection(
     first: $first