소스 검색

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