Browse Source

supergraph

- update
Alexey Kim 1 year ago
parent
commit
2b158a6a00
3 changed files with 3 additions and 4 deletions
  1. 1 2
      devops/prod-schema.graphql
  2. 1 1
      graph/auth
  3. 1 1
      graph/sports

+ 1 - 2
devops/prod-schema.graphql

@@ -141,7 +141,7 @@ type Match
 type MatchConnection
   @join__type(graph: SPORTS)
 {
-  nodes: [Match!]!
+  edges: [Match!]!
   page_info: PageInfo!
 }
 
@@ -180,7 +180,6 @@ interface Node
 type PageInfo
   @join__type(graph: SPORTS)
 {
-  total: Int!
   start_cursor: String
   end_cursor: String
   has_next_page: Boolean!

+ 1 - 1
graph/auth

@@ -1 +1 @@
-Subproject commit 4f01dc7e557118f91bb541cebc33d4b5164fef4c
+Subproject commit 628c13e586d8139096849ea15d96b75195a01ca8

+ 1 - 1
graph/sports

@@ -1 +1 @@
-Subproject commit 8381aa67bc3208f93bccc6e17ed644980ef8b30f
+Subproject commit cabfb7ae63cf534cb3b68e3002f94b050a4b8f17