mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-05 06:00:37 +03:00
Fixed tests
This commit is contained in:
parent
31fdb5a34c
commit
854aa4aa9b
|
@ -73,7 +73,7 @@ type Article implements Node {
|
|||
|
||||
type ArticleConnection {
|
||||
pageInfo: PageInfo!
|
||||
edges: [ArticleEdge]
|
||||
edges: [ArticleEdge]!
|
||||
}
|
||||
|
||||
type ArticleEdge {
|
||||
|
|
Loading…
Reference in New Issue
Block a user