Преглед изворни кода

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