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